Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1002 Reference< XParameters > xStatementParams( xStatement, UNO_QUERY ); in impl_createSourceStatement_throw() local
1003 …OSL_ENSURE( xStatementParams.is(), "CopyTableWizard::impl_createSourceStatement_throw: no access t… in impl_createSourceStatement_throw()
1006 if ( xStatementParams.is() ) in impl_createSourceStatement_throw()
1013 …::dbtools::askForParameters( xComposer, xStatementParams, m_xSourceConnection, m_xInteractionHandl… in impl_createSourceStatement_throw()
1189 Reference< XParameters > xStatementParams( xStatement, UNO_QUERY_THROW ); in impl_copyRows_throw() local
1243 ValueTransfer aTransfer( nSourceColumn, nDestColumn, aSourceColTypes, xRow, xStatementParams ); in impl_copyRows_throw()
1257 xStatementParams->setInt( 1, nRowCount ); in impl_copyRows_throw()

Completed in 23 milliseconds