Searched refs:xStatementParams (Results 1 – 1 of 1) sorted by relevance
/trunk/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1004 Reference< XParameters > xStatementParams( xStatement, UNO_QUERY ); in impl_createSourceStatement_throw() local 1005 …OSL_ENSURE( xStatementParams.is(), "CopyTableWizard::impl_createSourceStatement_throw: no access t… in impl_createSourceStatement_throw() 1008 if ( xStatementParams.is() ) in impl_createSourceStatement_throw() 1015 …::dbtools::askForParameters( xComposer, xStatementParams, m_xSourceConnection, m_xInteractionHandl… in impl_createSourceStatement_throw() 1191 Reference< XParameters > xStatementParams( xStatement, UNO_QUERY_THROW ); in impl_copyRows_throw() local 1245 ValueTransfer aTransfer( nSourceColumn, nDestColumn, aSourceColTypes, xRow, xStatementParams ); in impl_copyRows_throw() 1259 xStatementParams->setInt( 1, nRowCount ); in impl_copyRows_throw()
|
Completed in 21 milliseconds