LibreOffice Module connectivity (master) 1
|
#include <AStatement.hxx>
Public Member Functions | |
OStatement_Base (OConnection *_pConnection) | |
virtual void SAL_CALL | disposing () override |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | executeQuery (const OUString &sql) override |
virtual sal_Int32 SAL_CALL | executeUpdate (const OUString &sql) override |
virtual sal_Bool SAL_CALL | execute (const OUString &sql) override |
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL | getConnection () override |
virtual css::uno::Any SAL_CALL | getWarnings () override |
virtual void SAL_CALL | clearWarnings () override |
virtual void SAL_CALL | cancel () override |
virtual void SAL_CALL | close () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getResultSet () override |
virtual sal_Int32 SAL_CALL | getUpdateCount () override |
virtual sal_Bool SAL_CALL | getMoreResults () override |
Public Member Functions inherited from cppu::OPropertySetHelper | |
OPropertySetHelper (OBroadcastHelper &rBHelper) | |
OPropertySetHelper (OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring) | |
OPropertySetHelper (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false) | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
css::uno::Sequence< css::uno::Type > | getTypes () |
void SAL_CALL | disposing () |
virtual void SAL_CALL | setPropertyValue (const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getPropertyValue (const ::rtl::OUString &aPropertyName) SAL_OVERRIDE |
virtual void SAL_CALL | addPropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removePropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | addVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | removeVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE |
virtual void SAL_CALL | setPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Any > SAL_CALL | getPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE |
virtual void SAL_CALL | addPropertiesChangeListener (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
virtual void SAL_CALL | removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
virtual void SAL_CALL | firePropertiesChangeEvent (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE |
Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Protected Member Functions | |
void | assignRecordSet (ADORecordset *_pRS) |
void | reset () |
void | clearMyResultSet () |
void | setWarning (const css::sdbc::SQLWarning &ex) |
sal_Int32 | getRowCount () |
sal_Int32 | getPrecision (sal_Int32 sqlType) |
void | disposeResultSet () |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override |
Protected Member Functions inherited from cppu::OPropertySetHelper | |
void SAL_CALL | fire (sal_Int32 *pnHandles, const css::uno::Any *pNewValues, const css::uno::Any *pOldValues, sal_Int32 nCount, sal_Bool bVetoable) |
void SAL_CALL | setFastPropertyValues (sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount) |
virtual IPropertyArrayHelper &SAL_CALL | getInfoHelper ()=0 |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)=0 |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue)=0 |
virtual void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const=0 |
void | setDependentFastPropertyValue (sal_Int32 i_handle, const css::uno::Any &i_value) |
~OPropertySetHelper () | |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const =0 |
Protected Attributes | |
std::vector< OUString > | m_aBatchVector |
css::uno::WeakReference< css::sdbc::XResultSet > | m_xResultSet |
OConnection * | m_pConnection |
WpADOCommand | m_Command |
WpADORecordset | m_RecordSet |
OLEVariant | m_RecordsAffected |
OLEVariant | m_Parameters |
std::vector< connectivity::OTypeInfo > | m_aTypeInfo |
ADO_LONGPTR | m_nMaxRows |
sal_Int32 | m_nFetchSize |
LockTypeEnum | m_eLockType |
CursorTypeEnum | m_eCursorType |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from cppu::OPropertySetHelper | |
OBroadcastHelper & | rBHelper |
OMultiTypeInterfaceContainerHelperInt32 | aBoundLC |
OMultiTypeInterfaceContainerHelperInt32 | aVetoableLC |
Impl *const | m_pReserved |
Private Member Functions | |
sal_Int32 | getQueryTimeOut () const |
sal_Int32 | getMaxRows () const |
sal_Int32 | getResultSetConcurrency () const |
sal_Int32 | getResultSetType () const |
sal_Int32 | getFetchSize () const |
OUString | getCursorName () const |
void | setQueryTimeOut (sal_Int32 _par0) |
void | setMaxFieldSize (sal_Int32 _par0) |
void | setMaxRows (sal_Int32 _par0) |
void | setResultSetConcurrency (sal_Int32 _par0) |
void | setResultSetType (sal_Int32 _par0) |
void | setFetchDirection (sal_Int32 _par0) |
void | setFetchSize (sal_Int32 _par0) |
void | setCursorName (std::u16string_view _par0) |
Static Private Member Functions | |
static sal_Int32 | getMaxFieldSize () |
static sal_Int32 | getFetchDirection () |
Private Attributes | |
css::sdbc::SQLWarning | m_aLastWarning |
Friends | |
class | OResultSet |
Additional Inherited Members | |
Static Public Member Functions inherited from cppu::OPropertySetHelper | |
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base > | |
static std::mutex & | theMutex () |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 49 of file AStatement.hxx.
OStatement_Base::OStatement_Base | ( | OConnection * | _pConnection | ) |
Definition at line 55 of file AStatement.cxx.
References connectivity::ado::WpADOCommand::Create(), connectivity::ado::OConnection::getConnection(), connectivity::ado::WpOLEBase< T >::IsValid(), m_aMutex, m_Command, m_Parameters, m_pConnection, m_RecordsAffected, m_refCount, connectivity::ado::WpADOCommand::putref_ActiveConnection(), connectivity::ado::OLEVariant::setNoArg(), and connectivity::ado::ADOS::ThrowException().
|
overridevirtualnoexcept |
Reimplemented in connectivity::ado::OCallableStatement, connectivity::ado::OPreparedStatement, and connectivity::ado::OStatement.
Definition at line 847 of file AStatement.cxx.
Referenced by connectivity::ado::OPreparedStatement::acquire(), and connectivity::ado::OStatement::acquire().
|
protected |
Definition at line 239 of file AStatement.cxx.
References connectivity::ado::WpOLEBase< T >::IsValid(), m_Command, m_RecordSet, connectivity::ado::WpADORecordset::PutRefDataSource(), and connectivity::ado::WpOLEBase< T >::set().
Referenced by execute(), connectivity::ado::OStatement::executeBatch(), and getMoreResults().
|
overridevirtual |
Definition at line 131 of file AStatement.cxx.
References connectivity::ado::WpADOCommand::Cancel(), CHECK_RETURN, connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_Command.
|
protected |
css::sdbc::SQLException |
Definition at line 174 of file AStatement.cxx.
References connectivity::checkDisposed(), and cppu::BaseMutex::m_aMutex.
Referenced by reset().
|
overridevirtual |
Definition at line 476 of file AStatement.cxx.
References connectivity::checkDisposed(), m_aLastWarning, and cppu::BaseMutex::m_aMutex.
Referenced by connectivity::ado::OPreparedStatement::execute(), getMoreResults(), and reset().
|
overridevirtual |
Reimplemented in connectivity::ado::OPreparedStatement.
Definition at line 141 of file AStatement.cxx.
References connectivity::checkDisposed(), dispose(), and cppu::BaseMutex::m_aMutex.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< OStatement_Base >.
Definition at line 641 of file AStatement.cxx.
References cppu::UnoType< typename T >::get(), dbtools::OPropertyMap::getNameByIndex(), connectivity::OMetaConnection::getPropMap(), PROPERTY_ID_CURSORNAME, PROPERTY_ID_ESCAPEPROCESSING, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_MAXFIELDSIZE, PROPERTY_ID_MAXROWS, PROPERTY_ID_QUERYTIMEOUT, PROPERTY_ID_RESULTSETCONCURRENCY, PROPERTY_ID_RESULTSETTYPE, and PROPERTY_ID_USEBOOKMARKS.
|
protected |
Definition at line 79 of file AStatement.cxx.
References m_xResultSet.
Referenced by disposing(), and connectivity::ado::OPreparedStatement::executeQuery().
|
overridevirtual |
Reimplemented in connectivity::ado::OPreparedStatement.
Definition at line 89 of file AStatement.cxx.
References connectivity::ado::WpOLEBase< T >::clear(), disposeResultSet(), connectivity::ado::WpOLEBase< T >::IsValid(), cppu::BaseMutex::m_aMutex, m_Command, m_pConnection, m_RecordSet, connectivity::ado::WpADOCommand::putref_ActiveConnection(), and connectivity::ado::WpADORecordset::PutRefDataSource().
Referenced by connectivity::ado::OPreparedStatement::disposing().
|
overridevirtual |
Reimplemented in connectivity::ado::OPreparedStatement.
Definition at line 251 of file AStatement.cxx.
References assignRecordSet(), CHECK_RETURN, connectivity::checkDisposed(), ex, connectivity::ado::WpADOCommand::Execute(), connectivity::ado::WpOLEBase< T >::IsValid(), m_aLastWarning, cppu::BaseMutex::m_aMutex, m_Command, m_Parameters, m_RecordsAffected, m_RecordSet, connectivity::ado::WpADOCommand::put_CommandText(), and reset().
|
overridevirtual |
Reimplemented in connectivity::ado::OPreparedStatement.
Definition at line 281 of file AStatement.cxx.
References CHECK_RETURN, connectivity::checkDisposed(), connectivity::ado::WpADORecordset::Create(), connectivity::ado::WpADORecordset::get_CacheSize(), connectivity::ado::WpADORecordset::get_CursorType(), connectivity::ado::WpADORecordset::get_LockType(), connectivity::ado::WpADORecordset::get_MaxRecords(), cppu::BaseMutex::m_aMutex, m_Command, m_eCursorType, m_eLockType, m_nFetchSize, m_nMaxRows, m_xResultSet, connectivity::ado::WpADORecordset::Open(), OResultSet, connectivity::ado::WpADORecordset::put_CacheSize(), connectivity::ado::WpADOCommand::put_CommandText(), connectivity::ado::WpADORecordset::put_MaxRecords(), reset(), connectivity::ado::OLEVariant::setIDispatch(), and connectivity::ado::OLEVariant::setNoArg().
|
overridevirtual |
Reimplemented in connectivity::ado::OPreparedStatement.
Definition at line 387 of file AStatement.cxx.
References CHECK_RETURN, connectivity::checkDisposed(), ex, connectivity::ado::WpADOCommand::Execute(), connectivity::ado::OLEVariant::getInt32(), connectivity::ado::OLEVariant::getType(), connectivity::ado::OLEVariant::isEmpty(), connectivity::ado::OLEVariant::isNull(), m_aLastWarning, cppu::BaseMutex::m_aMutex, m_Command, m_Parameters, m_RecordsAffected, connectivity::ado::WpADOCommand::put_CommandText(), reset(), and VT_ERROR.
|
overridevirtual |
Reimplemented in connectivity::ado::OPreparedStatement.
Definition at line 317 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pConnection.
Referenced by connectivity::ado::OResultSet::hasOrderedBookmarks().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 551 of file AStatement.cxx.
References connectivity::ado::WpADOCommand::GetName(), and m_Command.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 536 of file AStatement.cxx.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 541 of file AStatement.cxx.
References m_nFetchSize.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 711 of file AStatement.cxx.
References comphelper::OPropertyArrayUsageHelper< OStatement_Base >::getArrayHelper().
Referenced by getPropertySetInfo().
|
staticprivate |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 546 of file AStatement.cxx.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 491 of file AStatement.cxx.
References connectivity::ado::WpADORecordset::get_MaxRecords(), connectivity::ado::WpOLEBase< T >::IsValid(), m_RecordSet, and dbtools::throwFunctionSequenceException().
|
overridevirtual |
Definition at line 437 of file AStatement.cxx.
References assignRecordSet(), connectivity::checkDisposed(), clearWarnings(), connectivity::ado::WpOLEBase< T >::IsValid(), cppu::BaseMutex::m_aMutex, m_RecordSet, and connectivity::ado::WpADORecordset::NextRecordset().
|
protected |
Definition at line 205 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_aTypeInfo, and connectivity::OTypeInfo::nType.
|
overridevirtual |
Definition at line 862 of file AStatement.cxx.
References getInfoHelper().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 486 of file AStatement.cxx.
References connectivity::ado::WpADOCommand::get_CommandTimeout(), and m_Command.
|
overridevirtual |
Definition at line 414 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_xResultSet.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 499 of file AStatement.cxx.
References m_eLockType, and nValue.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 516 of file AStatement.cxx.
References m_eCursorType, and nValue.
|
protected |
css::sdbc::SQLException |
Definition at line 191 of file AStatement.cxx.
References connectivity::checkDisposed(), connectivity::ado::OLEVariant::getInt32(), cppu::BaseMutex::m_aMutex, and m_RecordsAffected.
|
overridevirtual |
Reimplemented in connectivity::ado::OPreparedStatement.
Definition at line 121 of file AStatement.cxx.
References aTypes.
Referenced by connectivity::ado::OPreparedStatement::getTypes().
|
overridevirtual |
Definition at line 424 of file AStatement.cxx.
References connectivity::checkDisposed(), connectivity::ado::WpADORecordset::get_RecordCount(), connectivity::ado::WpOLEBase< T >::IsValid(), cppu::BaseMutex::m_aMutex, and m_RecordSet.
|
overridevirtual |
Definition at line 466 of file AStatement.cxx.
References Any, connectivity::checkDisposed(), m_aLastWarning, and cppu::BaseMutex::m_aMutex.
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
Reimplemented in connectivity::ado::OCallableStatement, connectivity::ado::OPreparedStatement, and connectivity::ado::OStatement.
|
overridevirtualnoexcept |
Reimplemented in connectivity::ado::OCallableStatement, connectivity::ado::OPreparedStatement, and connectivity::ado::OStatement.
Definition at line 110 of file AStatement.cxx.
Referenced by connectivity::ado::OPreparedStatement::release(), and connectivity::ado::OStatement::release().
|
protected |
css::sdbc::SQLException |
Definition at line 158 of file AStatement.cxx.
References connectivity::checkDisposed(), clearMyResultSet(), clearWarnings(), cppu::BaseMutex::m_aMutex, and m_xResultSet.
Referenced by execute(), connectivity::ado::OStatement::executeBatch(), executeQuery(), and executeUpdate().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 632 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_Command, and connectivity::ado::WpADOCommand::put_Name().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 609 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFeatureNotImplementedSQLException().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 616 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nFetchSize.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 625 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and dbtools::throwFeatureNotImplementedSQLException().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 565 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_nMaxRows.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 556 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_Command, and connectivity::ado::WpADOCommand::put_CommandTimeout().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 573 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_eLockType.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 589 of file AStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_eCursorType.
|
protected |
css::sdbc::SQLException |
|
friend |
Definition at line 55 of file AStatement.hxx.
Referenced by connectivity::ado::OPreparedStatement::executeQuery(), and executeQuery().
|
protected |
Definition at line 60 of file AStatement.hxx.
Referenced by connectivity::ado::OStatement::addBatch(), and connectivity::ado::OStatement::executeBatch().
|
private |
Definition at line 57 of file AStatement.hxx.
Referenced by clearWarnings(), execute(), executeUpdate(), and getWarnings().
|
protected |
Definition at line 70 of file AStatement.hxx.
Referenced by getPrecision().
|
protected |
Definition at line 66 of file AStatement.hxx.
Referenced by assignRecordSet(), cancel(), disposing(), connectivity::ado::OPreparedStatement::execute(), execute(), connectivity::ado::OStatement::executeBatch(), connectivity::ado::OPreparedStatement::executeQuery(), executeQuery(), connectivity::ado::OPreparedStatement::executeUpdate(), executeUpdate(), getCursorName(), getQueryTimeOut(), connectivity::ado::OCallableStatement::OCallableStatement(), connectivity::ado::OPreparedStatement::OPreparedStatement(), OStatement_Base(), setCursorName(), connectivity::ado::OPreparedStatement::setParameter(), and setQueryTimeOut().
|
protected |
Definition at line 76 of file AStatement.hxx.
Referenced by connectivity::ado::OPreparedStatement::executeQuery(), executeQuery(), getResultSetType(), and setResultSetType().
|
protected |
Definition at line 75 of file AStatement.hxx.
Referenced by connectivity::ado::OPreparedStatement::executeQuery(), executeQuery(), getResultSetConcurrency(), and setResultSetConcurrency().
|
protected |
Definition at line 74 of file AStatement.hxx.
Referenced by connectivity::ado::OPreparedStatement::executeQuery(), executeQuery(), getFetchSize(), and setFetchSize().
|
protected |
Definition at line 73 of file AStatement.hxx.
Referenced by connectivity::ado::OPreparedStatement::executeQuery(), executeQuery(), and setMaxRows().
|
protected |
Definition at line 69 of file AStatement.hxx.
Referenced by connectivity::ado::OPreparedStatement::execute(), execute(), connectivity::ado::OPreparedStatement::executeUpdate(), executeUpdate(), and OStatement_Base().
|
protected |
Definition at line 65 of file AStatement.hxx.
Referenced by disposing(), connectivity::ado::OPreparedStatement::executeUpdate(), connectivity::ado::OPreparedStatement::getConnection(), getConnection(), connectivity::ado::OResultSet::next(), OStatement_Base(), connectivity::ado::OCallableStatement::registerNumericOutParameter(), connectivity::ado::OCallableStatement::registerOutParameter(), and connectivity::ado::OPreparedStatement::setParameter().
|
protected |
Definition at line 68 of file AStatement.hxx.
Referenced by connectivity::ado::OPreparedStatement::execute(), execute(), connectivity::ado::OPreparedStatement::executeUpdate(), executeUpdate(), getRowCount(), and OStatement_Base().
|
protected |
Definition at line 67 of file AStatement.hxx.
Referenced by assignRecordSet(), disposing(), connectivity::ado::OPreparedStatement::execute(), execute(), connectivity::ado::OStatement::executeBatch(), connectivity::ado::OPreparedStatement::executeQuery(), connectivity::ado::OPreparedStatement::executeUpdate(), getMaxRows(), connectivity::ado::OPreparedStatement::getMetaData(), getMoreResults(), and getUpdateCount().
|
protected |
Definition at line 62 of file AStatement.hxx.
Referenced by disposeResultSet(), connectivity::ado::OPreparedStatement::executeQuery(), executeQuery(), getResultSet(), and reset().