Home
last modified time | relevance | path

Searched refs:select_statement (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/connectivity/source/parse/
H A Dsqlbison.y252 %type <pParseNode> select_statement selection table_exp from_clause table_ref_commalist table_ref
534 …SQL_TOKEN_CREATE SQL_TOKEN_VIEW table_node opt_column_commalist SQL_TOKEN_AS select_statement opt_…
718 select_statement
719 | union_statement SQL_TOKEN_UNION all select_statement
916 select_statement: label
2677 select_statement
H A Dsqliterator.cxx228 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 Dsqlnode.cxx1327 { OSQLParseNode::select_statement, "select_statement" }, in OSQLParser()
/aoo4110/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx69 if (SQL_ISRULE(pSQLParseNode,select_statement)) in start()
H A DFStatement.cxx583 if (SQL_ISRULE(m_pParseTree,select_statement)) in GetAssignValues()
H A Dfcomp.cxx91 if (SQL_ISRULE(pSQLParseNode,select_statement)) in start()
/aoo4110/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx134 select_statement = 0, enumerator
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1302 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()
/aoo4110/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1552 if ( pSqlParseNode.get() && SQL_ISRULE(pSqlParseNode, select_statement) ) in checkJoin()

Completed in 105 milliseconds