Searched refs:union_statement (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/connectivity/source/parse/ |
H A D | sqliterator.cxx | 228 if (SQL_ISRULE(m_pParseTree,select_statement) || SQL_ISRULE(m_pParseTree,union_statement) ) in setParseTree() 621 if(SQL_ISRULE(pSelect,union_statement)) in getSelect_statement() 933 if(SQL_ISRULE(pSelectNode,union_statement)) in traverseSelectColumnNames() 1056 if(SQL_ISRULE(pSelectNode,union_statement)) in traverseByColumnNames() 1222 if(SQL_ISRULE(pSelectNode,union_statement)) in traverseSelectionCriteria()
|
H A D | sqlbison.y | 279 …ype <pParseNode> column_def odbc_fct_spec odbc_call_spec odbc_fct_type op_parameter union_statement 707 | union_statement 717 union_statement: label 719 | union_statement SQL_TOKEN_UNION all select_statement
|
H A D | sqlnode.cxx | 1398 { OSQLParseNode::union_statement, "union_statement" }, in OSQLParser()
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 205 union_statement, enumerator
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 142 if ( !bIsSingleSelect || SQL_ISRULE( pStatementNode, union_statement ) ) // #i4229# OJ in checkForSingleSelect_throwError()
|
Completed in 72 milliseconds