as_string() const | SQLSelect | |
evalInto(char *buf, const EvalContext &ctxt) | SQLSelect | |
getResultTupleDescription() const | SQLSelect | |
getTableName() const | SQLSelect | |
getWhereClause() | SQLSelect | |
parse(string expr, const ExprContext &ctxt, string table_name) | SQLSelect | [static] |
SelectEntry typedef | SQLSelect | |
setup(const ExprContext &ctxt) | SQLSelect | |
SQLSelect(string table, const vector< SelectEntry > &select_list, ptr< SQLWhereClause > where_clause) | SQLSelect | |
~SQLSelect() | SQLSelect |