LiteSQL
Public Member Functions | List of all members
litesql::In Class Reference

in operator More...

#include <expr.hpp>

Inheritance diagram for litesql::In:
Inheritance graph
[legend]
Collaboration diagram for litesql::In:
Collaboration graph
[legend]

Public Member Functions

 In (const FieldType &fld, const std::string &set)
 
 In (const FieldType &fld, const SelectQuery &s)
 
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 FieldTypefield
 
std::string op
 
std::string data
 
bool escape
 
- Protected Attributes inherited from litesql::Expr
std::vector< std::string > extraTables
 

Detailed Description

in operator


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

SourceForge.net Logo