|
int | PushField (swq_expr_node *poExpr, const char *pszAlias=NULL, int distinct_flag=FALSE) |
|
int | PushTableDef (const char *pszDataSource, const char *pszTableName, const char *pszAlias) |
|
void | PushJoin (int iSecondaryTable, swq_expr_node *poExpr) |
|
void | PushOrderBy (const char *pszTableName, const char *pszFieldName, int bAscending) |
|
void | PushUnionAll (swq_select *poOtherSelectIn) |
|
CPLErr | preparse (const char *select_statement, int bAcceptCustomFuncs=FALSE) |
|
CPLErr | expand_wildcard (swq_field_list *field_list, int bAlwaysPrefixWithTableName) |
|
CPLErr | parse (swq_field_list *field_list, swq_select_parse_options *poParseOptions) |
|
char * | Unparse () |
|
void | Dump (FILE *) |
|
The documentation for this class was generated from the following files: