Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx744 const Any* pRowIter = pRowsIter->getConstArray(); in initialize() local
746 for (; pRowIter != pRowEnd;++pRowIter) in initialize()
749 switch( pRowIter->getValueTypeClass() ) in initialize()
754 *pRowIter >>= bValue; in initialize()
761 *pRowIter >>= nValue; in initialize()
769 *pRowIter >>= nValue; in initialize()
777 *pRowIter >>= nValue; in initialize()
785 *pRowIter >>= nValue; in initialize()
792 *pRowIter >>= nValue; in initialize()
799 *pRowIter >>= nValue; in initialize()
[all …]

Completed in 12 milliseconds