Searched refs:pODBCNode (Results 1 – 2 of 2) sorted by relevance
508 const OSQLParseNode* pODBCNode = pPredicateNode->getChild(1); in execute_Operand() local509 const OSQLParseNode* pODBCNodeChild = pODBCNode->getChild(0); in execute_Operand()517 ::rtl::OUString sDateTime = pODBCNode->getChild(1)->getTokenValue(); in execute_Operand()518 pOperand = new OOperandConst(*pODBCNode->getChild(1), sDateTime); in execute_Operand()
1712 const OSQLParseNode* pODBCNode = m_aChildren[1]; in addDateValue() local1713 const OSQLParseNode* pODBCNodeChild = pODBCNode->m_aChildren[0]; in addDateValue()1740 const ::rtl::OUString sTokenValue = pODBCNode->m_aChildren[1]->getTokenValue(); in addDateValue()
Completed in 36 milliseconds