Home
last modified time | relevance | path

Searched refs:pODBCNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx508 const OSQLParseNode* pODBCNode = pPredicateNode->getChild(1); in execute_Operand() local
509 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()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1709 const OSQLParseNode* pODBCNode = m_aChildren[1]; in addDateValue() local
1710 const OSQLParseNode* pODBCNodeChild = pODBCNode->m_aChildren[0]; in addDateValue()
1737 const ::rtl::OUString sTokenValue = pODBCNode->m_aChildren[1]->getTokenValue(); in addDateValue()

Completed in 35 milliseconds