Searched refs:transferValue (Results 1 – 1 of 1) sorted by relevance
1044 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue() function in dbaui::__anon2db77d890311::ValueTransfer1275 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); 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()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()
Completed in 10 milliseconds