Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1056 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue() function in dbaui::__anon8cab26380311::ValueTransfer
1285 aTransfer.transferComplexValue( &XRow::getString, &XParameters::setString ); 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()
1338 aTransfer.transferComplexValue( &XRow::getBlob, &XParameters::setBlob ); in impl_copyRows_throw()
1342 aTransfer.transferComplexValue( &XRow::getClob, &XParameters::setClob ); in impl_copyRows_throw()

Completed in 26 milliseconds