Searched refs:pSQLParseNode (Results 1 – 4 of 4) sorted by relevance
80 void OPredicateCompiler::start(OSQLParseNode* pSQLParseNode) in start() argument82 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 …]
67 void OSQLAnalyzer::start(OSQLParseNode* pSQLParseNode) in start() argument69 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()
78 void start(OSQLParseNode* pSQLParseNode);
68 void start(connectivity::OSQLParseNode* pSQLParseNode);
Completed in 21 milliseconds