LiteSQL
Public Member Functions | Protected Types | List of all members
litesql::FieldType Class Reference

Public Member Functions

 FieldType (const std::string &n, AT_field_type t, const std::string &tbl, const Values &vals=Values())
 
std::string fullName () const
 
std::string name () const
 
AT_field_type 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
 

The documentation for this class was generated from the following files:

SourceForge.net Logo