Lines Matching refs:xRowTwo
1034 Reference < XRow > xRowTwo = Reference< XRow >::query( xResultTwo ); in CompareImpl() local
1052 aTwo = xRowTwo->getInt( nColumn ); in CompareImpl()
1071 aTwo = xRowTwo->getLong( nColumn ); in CompareImpl()
1091 aTwo = xRowTwo->getString( nColumn ); in CompareImpl()
1110 aTwo = xRowTwo->getDate( nColumn ); in CompareImpl()
1136 aTwo = xRowTwo->getTime( nColumn ); in CompareImpl()
1165 aTwo = xRowTwo->getTimestamp( nColumn ); in CompareImpl()
1200 aTwo = xRowTwo->getFloat( nColumn ); in CompareImpl()
1220 aTwo = xRowTwo->getDouble( nColumn ); in CompareImpl()
1262 Reference < XRow > xRowTwo = in CompareImpl() local
1268 aTwo = xRowTwo->getObject( pInfo->mnColumn, NULL ); in CompareImpl()