Home
last modified time | relevance | path

Searched refs:aTransfer (Results 1 – 1 of 1) sorted by relevance

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1277 aTransfer.transferValue( &XRow::getDouble, &XParameters::setDouble ); 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()
1303 aTransfer.transferComplexValue( &XRow::getDate, &XParameters::setDate ); in impl_copyRows_throw()
1307 aTransfer.transferComplexValue( &XRow::getTime, &XParameters::setTime ); 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()
[all …]

Completed in 20 milliseconds