Home
last modified time | relevance | path

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

/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx963 Reference < XRow > xRowTwo = Reference< XRow >::query( xResultTwo ); in CompareImpl() local
981 aTwo = xRowTwo->getInt( nColumn ); in CompareImpl()
1000 aTwo = xRowTwo->getLong( nColumn ); in CompareImpl()
1020 aTwo = xRowTwo->getString( nColumn ); in CompareImpl()
1039 aTwo = xRowTwo->getDate( nColumn ); in CompareImpl()
1065 aTwo = xRowTwo->getTime( nColumn ); in CompareImpl()
1094 aTwo = xRowTwo->getTimestamp( nColumn ); in CompareImpl()
1129 aTwo = xRowTwo->getFloat( nColumn ); in CompareImpl()
1149 aTwo = xRowTwo->getDouble( nColumn ); in CompareImpl()
1190 Reference < XRow > xRowTwo = in CompareImpl() local
[all …]