Searched refs:select_statement (Results 1 – 9 of 9) sorted by relevance
/trunk/main/connectivity/source/parse/ |
H A D | sqlbison.y | 253 %type <pParseNode> select_statement selection table_exp from_clause table_ref_commalist table_ref 535 …SQL_TOKEN_CREATE SQL_TOKEN_VIEW table_node opt_column_commalist SQL_TOKEN_AS select_statement opt_… 719 select_statement 720 | union_statement SQL_TOKEN_UNION all select_statement 917 select_statement: label 2678 select_statement
|
H A D | sqliterator.cxx | 228 if (SQL_ISRULE(m_pParseTree,select_statement) || SQL_ISRULE(m_pParseTree,union_statement) ) in setParseTree() 597 if ( SQL_ISRULE( pQueryExpression, select_statement ) ) in getTableNode()
|
H A D | sqlnode.cxx | 1324 { OSQLParseNode::select_statement, "select_statement" }, in OSQLParser()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fanalyzer.cxx | 69 if (SQL_ISRULE(pSQLParseNode,select_statement)) in start()
|
H A D | FStatement.cxx | 583 if (SQL_ISRULE(m_pParseTree,select_statement)) in GetAssignValues()
|
H A D | fcomp.cxx | 91 if (SQL_ISRULE(pSQLParseNode,select_statement)) in start()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 134 select_statement = 0, enumerator
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 1302 if (!SQL_ISRULE(pNode, select_statement)) in GetSelectionCriteria() 2054 if ( !( SQL_ISRULE( pParseTree, select_statement ) ) ) in InitFromParseNodeImpl() 2218 if( pNode==0 || !SQL_ISRULE(pNode,select_statement)) in InstallFields()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 1552 if ( pSqlParseNode.get() && SQL_ISRULE(pSqlParseNode, select_statement) ) in checkJoin()
|
Completed in 211 milliseconds