Lines Matching refs:XRow

127     using ::com::sun::star::sdbc::XRow;
1036 const Reference< XRow >& _rxSource, const Reference< XParameters >& _rxDest ) in ValueTransfer()
1046 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue()
1056 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue()
1071 const Reference< XRow > m_xSource;
1167 Reference< XRow > xRow ( _rxSourceResultSet, UNO_QUERY_THROW ); in impl_copyRows_throw()
1277 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); in impl_copyRows_throw()
1285 aTransfer.transferComplexValue( &XRow::getString, &XParameters::setString ); in impl_copyRows_throw()
1289 aTransfer.transferValue( &XRow::getLong, &XParameters::setLong ); in impl_copyRows_throw()
1293 aTransfer.transferValue( &XRow::getFloat, &XParameters::setFloat ); in impl_copyRows_throw()
1299 aTransfer.transferComplexValue( &XRow::getBytes, &XParameters::setBytes ); in impl_copyRows_throw()
1303 aTransfer.transferComplexValue( &XRow::getDate, &XParameters::setDate ); in impl_copyRows_throw()
1307 aTransfer.transferComplexValue( &XRow::getTime, &XParameters::setTime ); in impl_copyRows_throw()
1311 … aTransfer.transferComplexValue( &XRow::getTimestamp, &XParameters::setTimestamp ); in impl_copyRows_throw()
1317 … aTransfer.transferComplexValue( &XRow::getBytes, &XParameters::setBytes ); in impl_copyRows_throw()
1322 aTransfer.transferValue( &XRow::getBoolean, &XParameters::setBoolean ); in impl_copyRows_throw()
1326 aTransfer.transferValue( &XRow::getByte, &XParameters::setByte ); in impl_copyRows_throw()
1330 aTransfer.transferValue( &XRow::getShort, &XParameters::setShort ); in impl_copyRows_throw()
1334 aTransfer.transferValue( &XRow::getInt, &XParameters::setInt ); in impl_copyRows_throw()
1338 aTransfer.transferComplexValue( &XRow::getBlob, &XParameters::setBlob ); in impl_copyRows_throw()
1342 aTransfer.transferComplexValue( &XRow::getClob, &XParameters::setClob ); in impl_copyRows_throw()