Searched refs:table_exp (Results 1 – 5 of 5) sorted by relevance
/trunk/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 1066 OSL_ENSURE(SQL_ISRULE(pTableExp,table_exp),"OSQLParseTreeIterator:table_exp error in parse tree!"); in traverseByColumnNames() 1231 OSL_ENSURE(SQL_ISRULE(pTableExp,table_exp),"OSQLParseTreeIterator: error in parse tree!"); in traverseSelectionCriteria() 1965 OSL_ENSURE(SQL_ISRULE(pTableExp,table_exp),"OSQLParseTreeIterator: error in parse tree!"); in getWhereTree() 1995 OSL_ENSURE(SQL_ISRULE(pTableExp,table_exp),"OSQLParseTreeIterator: error in parse tree!"); in getOrderTree() 2017 OSL_ENSURE(SQL_ISRULE(pTableExp,table_exp),"OSQLParseTreeIterator: error in parse tree!"); in getGroupByTree() 2038 OSL_ENSURE(SQL_ISRULE(pTableExp,table_exp),"OSQLParseTreeIterator: error in parse tree!"); in getHavingTree()
|
H A D | sqlbison.y | 253 %type <pParseNode> select_statement selection table_exp from_clause table_ref_commalist table_ref 828 SQL_TOKEN_SELECT opt_all_distinct selection SQL_TOKEN_INTO target_commalist table_exp 918 SQL_TOKEN_SELECT opt_all_distinct selection table_exp 1005 table_exp: label
|
H A D | sqlnode.cxx | 1325 { OSQLParseNode::table_exp, "table_exp" }, in OSQLParser()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 135 table_exp, enumerator
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 97 DBG_ASSERT(SQL_ISRULE(pTableExp,table_exp)," Fehler im Parse Tree"); in start()
|
Completed in 71 milliseconds