Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx739 const Sequence<Any>* pRowsIter = aRows.getConstArray(); in initialize() local
740 const Sequence<Any>* pRowsEnd = pRowsIter + aRows.getLength(); in initialize()
741 for (; pRowsIter != pRowsEnd;++pRowsIter) in initialize()
744 const Any* pRowIter = pRowsIter->getConstArray(); in initialize()
745 const Any* pRowEnd = pRowIter + pRowsIter->getLength(); in initialize()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx71 Sequence< Any > * pRowsIter = aRows.getArray(); in lcl_setRows_throw() local
72 Sequence< Any > * pRowsEnd = pRowsIter + aRows.getLength(); in lcl_setRows_throw()
73 for (; pRowsIter != pRowsEnd;++pRowsIter,++aIter) { in lcl_setRows_throw()
76 (*pRowsIter) = aSeq; in lcl_setRows_throw()

Completed in 21 milliseconds