Lines Matching refs:XRow

125     using ::com::sun::star::sdbc::XRow;
1034 const Reference< XRow >& _rxSource, const Reference< XParameters >& _rxDest ) in ValueTransfer()
1044 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue()
1054 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue()
1069 const Reference< XRow > m_xSource;
1165 Reference< XRow > xRow ( _rxSourceResultSet, UNO_QUERY_THROW ); in impl_copyRows_throw()
1275 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); in impl_copyRows_throw()
1283 aTransfer.transferComplexValue( &XRow::getString, &XParameters::setString ); in impl_copyRows_throw()
1287 aTransfer.transferValue( &XRow::getLong, &XParameters::setLong ); in impl_copyRows_throw()
1291 aTransfer.transferValue( &XRow::getFloat, &XParameters::setFloat ); in impl_copyRows_throw()
1297 aTransfer.transferComplexValue( &XRow::getBytes, &XParameters::setBytes ); in impl_copyRows_throw()
1301 aTransfer.transferComplexValue( &XRow::getDate, &XParameters::setDate ); in impl_copyRows_throw()
1305 aTransfer.transferComplexValue( &XRow::getTime, &XParameters::setTime ); in impl_copyRows_throw()
1309 … aTransfer.transferComplexValue( &XRow::getTimestamp, &XParameters::setTimestamp ); in impl_copyRows_throw()
1315 … aTransfer.transferComplexValue( &XRow::getBytes, &XParameters::setBytes ); in impl_copyRows_throw()
1320 aTransfer.transferValue( &XRow::getBoolean, &XParameters::setBoolean ); in impl_copyRows_throw()
1324 aTransfer.transferValue( &XRow::getByte, &XParameters::setByte ); in impl_copyRows_throw()
1328 aTransfer.transferValue( &XRow::getShort, &XParameters::setShort ); in impl_copyRows_throw()
1332 aTransfer.transferValue( &XRow::getInt, &XParameters::setInt ); in impl_copyRows_throw()
1336 aTransfer.transferComplexValue( &XRow::getBlob, &XParameters::setBlob ); in impl_copyRows_throw()
1340 aTransfer.transferComplexValue( &XRow::getClob, &XParameters::setClob ); in impl_copyRows_throw()