Home
last modified time | relevance | path

Searched refs:getOrderTree (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/connectivity/inc/connectivity/
H A Dsqliterator.hxx160 const OSQLParseNode* getOrderTree() const;
/AOO41X/main/connectivity/source/drivers/kab/
H A DKStatement.cxx352 pParseNode = m_aSQLIterator.getOrderTree(); in sortAddressees()
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx360 pParseNode = m_aSQLIterator.getOrderTree(); in sortRecords()
/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx497 const OSQLParseNode* pOrderByClause = m_aSQLIterator.getOrderTree(); in parseSql()
/AOO41X/main/connectivity/source/drivers/file/
H A DFStatement.cxx396 const OSQLParseNode* pOrderbyClause = m_aSQLIterator.getOrderTree(); in anylizeSQL()
/AOO41X/main/connectivity/source/parse/
H A Dsqliterator.cxx1981 const OSQLParseNode* OSQLParseTreeIterator::getOrderTree() const in getOrderTree() function in OSQLParseTreeIterator
2066 const OSQLParseNode* pNode = getOrderTree(); in getSimpleOrderTree()