|
LiteSQL
0.3.10
|
Public Member Functions | |
| FieldType (const std::string &n, const std::string &t, const std::string &tbl, const Values &vals=Values()) | |
| std::string | fullName () const |
| std::string | name () const |
| std::string | type () const |
| std::string | table () const |
| std::vector< std::pair< std::string, std::string > > | values () |
| In | in (const std::string &set) const |
| syntactic sugar to Expr-API, Object::field_.in(set) | |
| In | in (const SelectQuery &sel) const |
| syntactic sugar to Expr-API, Object::field_.in(sel) | |
| Like | like (const std::string &s) const |
| syntactic sugar to Expr-API, Object::field_.like(s) | |
| bool | operator== (const FieldType &fd) const |
| bool | operator!= (const FieldType &fd) const |
Protected Types | |
| typedef std::vector< std::pair< std::string, std::string > > | Values |