Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1054 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue() function in dbaui::__anon2db77d890311::ValueTransfer
1283 aTransfer.transferComplexValue( &XRow::getString, &XParameters::setString ); 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()
1336 aTransfer.transferComplexValue( &XRow::getBlob, &XParameters::setBlob ); in impl_copyRows_throw()
1340 aTransfer.transferComplexValue( &XRow::getClob, &XParameters::setClob ); in impl_copyRows_throw()

Completed in 19 milliseconds