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