|
LiteSQL
|
like operator More...
#include <expr.hpp>


Public Member Functions | |
| Like (const FieldType &fld, const std::string &d) | |
Public Member Functions inherited from litesql::Oper | |
| virtual std::string | asString () const |
Public Member Functions inherited from litesql::Expr | |
| const std::vector< std::string > & | getExtraTables () const |
Additional Inherited Members | |
Static Public Attributes inherited from litesql::Expr | |
| static const char * | True ="True" |
| constant for True expression | |
Protected Member Functions inherited from litesql::Oper | |
| Oper (const FieldType &fld, const std::string &o, const std::string &d) | |
| Oper (const FieldType &fld, const std::string &o, const FieldType &f2) | |
Protected Attributes inherited from litesql::Oper | |
| const FieldType & | field |
| std::string | op |
| std::string | data |
| bool | escape |
Protected Attributes inherited from litesql::Expr | |
| std::vector< std::string > | extraTables |
like operator