Searched refs:table_ref (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlbison.y | 252 %type <pParseNode> select_statement selection table_exp from_clause table_ref_commalist table_ref 1029 table_ref 1032 | table_ref_commalist ',' table_ref 1054 table_ref: label 2631 table_ref SQL_TOKEN_CROSS SQL_TOKEN_JOIN table_ref 2643 table_ref SQL_TOKEN_NATURAL join_type SQL_TOKEN_JOIN table_ref 2652 | table_ref join_type SQL_TOKEN_JOIN table_ref join_spec
|
H A D | sqlnode.cxx | 404 case table_ref: in impl_parseNodeToString_throw() 568 if ( !getParent() || ( getParent()->getKnownRuleID() != table_ref ) ) in impl_parseTableNameNodeToString_throw() 1330 { OSQLParseNode::table_ref, "table_ref" }, in OSQLParser() 2764 …TableRef->count() > 1 && _pTableRef->getKnownRuleID() == OSQLParseNode::table_ref,"Invalid node gi… in getTableRange()
|
H A D | sqliterator.cxx | 563 OSL_PRECOND( SQL_ISRULE( pTableRef, table_ref ) || SQL_ISRULE( pTableRef, joined_table ) in getTableNode() 643 else if ( SQL_ISRULE( pTableListElement, table_ref ) ) in getSelect_statement()
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 137 table_ref, enumerator
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 305 else if( SQL_ISRULE(pParseNode,table_ref) in FillOuterJoins() 647 …etTableView())->FindTable( getTableRange(_pView,pLeftTable->getByRule(OSQLParseNode::table_ref) )); in InsertJoinConnection() 1913 else if (SQL_ISRULE(_pNode,table_ref) in checkJoinConditions() 1918 …else if (! ( SQL_ISRULE(_pNode, table_ref) && _pNode->count() == 2) ) // table_node table_primary_… in checkJoinConditions()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 465 else if( SQL_ISRULE( pAllTableNames->getChild( 0 ), table_ref ) ) in getTableName()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 1584 OSL_ENSURE(SQL_ISRULE(pTableRef,table_ref),"Must be a tableref here!"); in checkJoin()
|
Completed in 93 milliseconds