Home
last modified time | relevance | path

Searched refs:pSQLParseNode (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx80 void OPredicateCompiler::start(OSQLParseNode* pSQLParseNode) in start() argument
82 if (!pSQLParseNode) in start()
91 if (SQL_ISRULE(pSQLParseNode,select_statement)) in start()
93 DBG_ASSERT(pSQLParseNode->count() >= 4,"OFILECursor: Fehler im Parse Tree"); in start()
95 OSQLParseNode * pTableExp = pSQLParseNode->getChild(3); in start()
101 OSQLParseNode* pSelection = pSQLParseNode->getChild(2); in start()
118 else if (SQL_ISRULE(pSQLParseNode,update_statement_searched)) in start()
121 pWhereClause = pSQLParseNode->getChild(4); in start()
123 else if (SQL_ISRULE(pSQLParseNode,delete_statement_searched)) in start()
125 DBG_ASSERT(pSQLParseNode->count() == 4,"Fehler im Parse Tree"); in start()
[all …]
H A Dfanalyzer.cxx67 void OSQLAnalyzer::start(OSQLParseNode* pSQLParseNode) in start() argument
69 if (SQL_ISRULE(pSQLParseNode,select_statement)) in start()
71 DBG_ASSERT(pSQLParseNode->count() >= 4,"OFILECursor: Fehler im Parse Tree"); in start()
74 OSQLParseNode* pSelection = pSQLParseNode->getChild(2); in start()
126 m_aCompiler->start(pSQLParseNode); in start()
/trunk/main/connectivity/source/inc/file/
H A Dfanalyzer.hxx78 void start(OSQLParseNode* pSQLParseNode);
H A Dfcomp.hxx68 void start(connectivity::OSQLParseNode* pSQLParseNode);

Completed in 16 milliseconds