Searched refs:aTransfer (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/dbaccess/source/ui/uno/ |
| H A D | copytablewizard.cxx | 1245 … ValueTransfer aTransfer( nSourceColumn, nDestColumn, aSourceColTypes, xRow, xStatementParams ); in impl_copyRows_throw() local 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() [all …]
|