LibreOffice Module connectivity (master) 1
|
#include <OStatement.hxx>
Public Member Functions | |
OStatement_Base (OConnection *_pConnection) | |
oslGenericFunction | getOdbcFunction (ODBC3SQLFunctionId _nIndex) const |
virtual void SAL_CALL | disposing () override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | acquire () 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 |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getGeneratedValues () override |
SQLHANDLE | getConnectionHandle () |
OConnection * | getOwnConnection () const |
SQLUINTEGER | getCursorProperties (SQLINTEGER _nCursorType, bool bFirst) |
getCursorProperties return the properties for a specific cursor type More... | |
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 | |
sal_Int64 | getQueryTimeOut () const |
sal_Int64 | getMaxFieldSize () const |
sal_Int64 | getMaxRows () const |
sal_Int32 | getResultSetConcurrency () const |
sal_Int32 | getResultSetType () const |
sal_Int32 | getFetchDirection () const |
sal_Int32 | getFetchSize () const |
OUString | getCursorName () const |
bool | isUsingBookmarks () const |
bool | getEscapeProcessing () const |
template<typename T , SQLINTEGER BufferLength> | |
T | getStmtOption (SQLINTEGER fOption) const |
void | setQueryTimeOut (sal_Int64 _par0) |
void | setMaxFieldSize (sal_Int64 _par0) |
void | setMaxRows (sal_Int64 _par0) |
void | setFetchDirection (sal_Int32 _par0) |
void | setFetchSize (sal_Int32 _par0) |
void | setCursorName (std::u16string_view _par0) |
void | setEscapeProcessing (const bool _bEscapeProc) |
template<typename T , SQLINTEGER BufferLength> | |
SQLRETURN | setStmtOption (SQLINTEGER fOption, T value) const |
void | setResultSetConcurrency (sal_Int32 _par0) |
void | setResultSetType (sal_Int32 _par0) |
void | setUsingBookmarks (bool _bUseBookmark) |
void | reset () |
void | clearMyResultSet () |
void | setWarning (const css::sdbc::SQLWarning &ex) |
bool | lockIfNecessary (const OUString &sql) |
sal_Int32 | getColumnCount () |
css::uno::Reference< css::sdbc::XResultSet > | getResultSet (bool checkCount) |
virtual rtl::Reference< OResultSet > | createResultSet () |
creates the driver specific resultset (factory) More... | |
SQLLEN | getRowCount () |
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 |
virtual | ~OStatement_Base () override |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) override final |
virtual void | getFastPropertyValue (std::unique_lock< std::mutex > &rGuard, css::uno::Any &rValue, sal_Int32 nHandle) const =0 |
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 | |
css::uno::WeakReference< css::sdbc::XResultSet > | m_xResultSet |
css::uno::Reference< css::sdbc::XStatement > | m_xGeneratedStatement |
std::vector< OUString > | m_aBatchVector |
OUString | m_sSqlStatement |
rtl::Reference< OConnection > | m_pConnection |
SQLHANDLE | m_aStatementHandle |
SQLUSMALLINT * | m_pRowStatusArray |
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 Attributes | |
css::sdbc::SQLWarning | m_aLastWarning |
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 55 of file OStatement.hxx.
|
overrideprotectedvirtual |
Definition at line 80 of file OStatement.cxx.
References m_aStatementHandle.
OStatement_Base::OStatement_Base | ( | OConnection * | _pConnection | ) |
Definition at line 57 of file OStatement.cxx.
References m_aMutex, m_aStatementHandle, m_pConnection, and m_refCount.
|
overridevirtualnoexcept |
Reimplemented in connectivity::odbc::OPreparedStatement, and connectivity::odbc::OStatement.
Definition at line 1084 of file OStatement.cxx.
Referenced by connectivity::odbc::OPreparedStatement::acquire(), and connectivity::odbc::OStatement::acquire().
|
overridevirtual |
Definition at line 160 of file OStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, and N3SQLCancel.
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 206 of file OStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_xResultSet.
Referenced by connectivity::odbc::OPreparedStatement::close(), getResultSet(), and reset().
|
overridevirtual |
Definition at line 622 of file OStatement.cxx.
References connectivity::checkDisposed(), m_aLastWarning, and cppu::BaseMutex::m_aMutex.
Referenced by connectivity::odbc::OPreparedStatement::close(), connectivity::odbc::OPreparedStatement::execute(), getMoreResults(), and reset().
|
overridevirtual |
Reimplemented in connectivity::odbc::OPreparedStatement.
Definition at line 170 of file OStatement.cxx.
References connectivity::checkDisposed(), dispose(), and cppu::BaseMutex::m_aMutex.
Referenced by connectivity::odbc::OPreparedStatement::close().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< OStatement_Base >.
Definition at line 860 of file OStatement.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.
|
protectedvirtual |
creates the driver specific resultset (factory)
Reimplemented in connectivity::odbc::OPreparedStatement.
Definition at line 1104 of file OStatement.cxx.
References m_aStatementHandle.
Referenced by getResultSet().
|
protected |
|
overridevirtual |
Reimplemented in connectivity::odbc::OStatement_BASE2.
Definition at line 94 of file OStatement.cxx.
References disposeResultSet(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, m_pConnection, and m_xGeneratedStatement.
Referenced by connectivity::odbc::OStatement_BASE2::disposing().
|
overridevirtual |
Reimplemented in connectivity::odbc::OPreparedStatement.
Definition at line 313 of file OStatement.cxx.
References connectivity::checkDisposed(), getColumnCount(), getOwnConnection(), lockIfNecessary(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, m_sSqlStatement, N3SQLExecDirect, pq_sdbc_driver::OUStringToOString(), reset(), SDB_ODBC_CHAR, and THROW_SQL.
Referenced by executeQuery(), and executeUpdate().
|
overridevirtual |
Reimplemented in connectivity::odbc::OPreparedStatement.
Definition at line 420 of file OStatement.cxx.
References connectivity::checkDisposed(), execute(), getResultSet(), cppu::BaseMutex::m_aMutex, m_pConnection, and m_xResultSet.
|
overridevirtual |
Reimplemented in connectivity::odbc::OPreparedStatement.
Definition at line 504 of file OStatement.cxx.
References Any, connectivity::checkDisposed(), execute(), connectivity::SharedResources::getResourceString(), getUpdateCount(), and cppu::BaseMutex::m_aMutex.
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 294 of file OStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, N3SQLNumResultCols, and THROW_SQL.
Referenced by connectivity::odbc::OPreparedStatement::execute(), execute(), getMoreResults(), getResultSet(), and getUpdateCount().
|
overridevirtual |
Reimplemented in connectivity::odbc::OPreparedStatement.
Definition at line 445 of file OStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, and m_pConnection.
|
inline |
Definition at line 197 of file OStatement.hxx.
Referenced by getCursorProperties().
|
protected |
Definition at line 704 of file OStatement.cxx.
References m_aStatementHandle, N3SQLGetCursorName, and pName.
SQLUINTEGER OStatement_Base::getCursorProperties | ( | SQLINTEGER | _nCursorType, |
bool | bFirst | ||
) |
getCursorProperties return the properties for a specific cursor type
_nCursorType | the CursorType |
bFirst | when true the first property set is returned |
Definition at line 1114 of file OStatement.cxx.
References Exception, getConnectionHandle(), connectivity::odbc::OTools::GetInfo(), and getOwnConnection().
Referenced by connectivity::odbc::OResultSet::OResultSet(), and setResultSetType().
|
protected |
Definition at line 847 of file OStatement.cxx.
References m_aStatementHandle.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
|
protectedvirtual |
Reimplemented from cppu::OPropertySetHelper.
|
protected |
|
protected |
Definition at line 676 of file OStatement.cxx.
References m_aStatementHandle, and nValue.
|
protected |
Definition at line 693 of file OStatement.cxx.
References m_aStatementHandle.
|
overridevirtual |
Definition at line 143 of file OStatement.cxx.
References m_pConnection, m_sSqlStatement, and m_xGeneratedStatement.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 930 of file OStatement.cxx.
References comphelper::OPropertyArrayUsageHelper< OStatement_Base >::getArrayHelper().
Referenced by getPropertySetInfo().
|
protected |
Definition at line 699 of file OStatement.cxx.
|
protected |
Definition at line 637 of file OStatement.cxx.
|
overridevirtual |
Definition at line 561 of file OStatement.cxx.
References connectivity::checkDisposed(), clearWarnings(), ex, getColumnCount(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, N3SQLMoreResults, and setWarning().
|
inline |
Definition at line 161 of file OStatement.hxx.
Referenced by connectivity::odbc::OResultSet::getOdbcFunction().
|
inline |
Definition at line 198 of file OStatement.hxx.
Referenced by connectivity::odbc::OResultSet::deleteRow(), execute(), connectivity::odbc::OStatement::executeBatch(), getCursorProperties(), connectivity::odbc::OPreparedStatement::getMetaData(), connectivity::odbc::OResultSet::getMetaData(), connectivity::odbc::OResultSet::impl_getBookmark(), connectivity::odbc::OResultSet::impl_getBytes(), connectivity::odbc::OResultSet::impl_getColumnType_nothrow(), connectivity::odbc::OResultSet::impl_getDate(), connectivity::odbc::OResultSet::impl_getString(), connectivity::odbc::OResultSet::impl_getTime(), connectivity::odbc::OResultSet::impl_getTimestamp(), connectivity::odbc::OResultSet::impl_getValue(), connectivity::odbc::OResultSet::insertRow(), connectivity::odbc::OResultSet::isBookmarkable(), connectivity::odbc::OResultSet::move(), connectivity::odbc::OResultSet::OResultSet(), connectivity::odbc::OPreparedStatement::prepareStatement(), connectivity::odbc::OResultSet::refreshRow(), setCursorName(), connectivity::odbc::OPreparedStatement::setParameter(), connectivity::odbc::OResultSet::updateNull(), connectivity::odbc::OResultSet::updateRow(), and connectivity::odbc::OResultSet::updateValue().
|
overridevirtual |
Definition at line 1109 of file OStatement.cxx.
References getInfoHelper().
|
protected |
Definition at line 632 of file OStatement.cxx.
|
overridevirtual |
Definition at line 532 of file OStatement.cxx.
References connectivity::checkDisposed(), getResultSet(), cppu::BaseMutex::m_aMutex, and m_xResultSet.
Referenced by connectivity::odbc::OPreparedStatement::executeQuery(), executeQuery(), and getResultSet().
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 361 of file OStatement.cxx.
References connectivity::checkDisposed(), clearMyResultSet(), createResultSet(), getColumnCount(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, m_xResultSet, and dbtools::throwFunctionSequenceException().
|
protected |
Definition at line 642 of file OStatement.cxx.
References m_aStatementHandle, and nValue.
|
protected |
Definition at line 653 of file OStatement.cxx.
References m_aStatementHandle, and nValue.
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 223 of file OStatement.cxx.
References connectivity::checkDisposed(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, N3SQLRowCount, and THROW_SQL.
Referenced by getUpdateCount().
|
protected |
Definition at line 405 of file OStatement.cxx.
References m_aStatementHandle, N3SQLGetStmtAttr, and result.
Reimplemented in connectivity::odbc::OPreparedStatement.
Definition at line 126 of file OStatement.cxx.
References aTypes, begin, end, and m_pConnection.
Referenced by connectivity::odbc::OPreparedStatement::getTypes().
|
overridevirtual |
Definition at line 543 of file OStatement.cxx.
References connectivity::checkDisposed(), getColumnCount(), getRowCount(), and cppu::BaseMutex::m_aMutex.
Referenced by connectivity::odbc::OPreparedStatement::executeUpdate(), and executeUpdate().
|
overridevirtual |
Definition at line 612 of file OStatement.cxx.
References Any, connectivity::checkDisposed(), m_aLastWarning, and cppu::BaseMutex::m_aMutex.
|
protected |
Definition at line 841 of file OStatement.cxx.
References m_aStatementHandle.
Referenced by setResultSetType().
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 244 of file OStatement.cxx.
References index, m_aStatementHandle, setWarning(), and THROW_SQL.
Referenced by execute().
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
Reimplemented in connectivity::odbc::OPreparedStatement, and connectivity::odbc::OStatement.
|
overridevirtualnoexcept |
Reimplemented in connectivity::odbc::OPreparedStatement, and connectivity::odbc::OStatement.
Definition at line 1089 of file OStatement.cxx.
Referenced by connectivity::odbc::OPreparedStatement::release(), and connectivity::odbc::OStatement::release().
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 186 of file OStatement.cxx.
References connectivity::checkDisposed(), clearMyResultSet(), clearWarnings(), cppu::BaseMutex::m_aMutex, m_aStatementHandle, m_xResultSet, N3SQLFreeStmt, and THROW_SQL.
Referenced by connectivity::odbc::OPreparedStatement::execute(), and execute().
|
protected |
Definition at line 834 of file OStatement.cxx.
References aName, getOwnConnection(), m_aStatementHandle, N3SQLSetCursorName, pq_sdbc_driver::OUStringToOString(), and SDB_ODBC_CHAR.
|
protected |
Definition at line 793 of file OStatement.cxx.
References m_aStatementHandle.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Reimplemented in connectivity::odbc::OPreparedStatement.
|
protected |
Definition at line 801 of file OStatement.cxx.
References m_aStatementHandle.
|
protected |
Definition at line 814 of file OStatement.cxx.
References m_aStatementHandle, and m_pRowStatusArray.
|
protected |
Definition at line 828 of file OStatement.cxx.
References m_aStatementHandle.
|
protected |
Definition at line 719 of file OStatement.cxx.
References m_aStatementHandle.
|
protected |
Definition at line 713 of file OStatement.cxx.
References m_aStatementHandle.
|
protected |
Definition at line 725 of file OStatement.cxx.
References m_aStatementHandle.
|
protected |
Definition at line 737 of file OStatement.cxx.
References getCursorProperties(), isUsingBookmarks(), m_aStatementHandle, and setUsingBookmarks().
|
protected |
Definition at line 412 of file OStatement.cxx.
References m_aStatementHandle, N3SQLSetStmtAttr, and value.
|
protected |
Definition at line 853 of file OStatement.cxx.
References m_aStatementHandle, and nValue.
Referenced by setResultSetType().
|
protected |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Referenced by getMoreResults(), and lockIfNecessary().
|
protected |
Definition at line 68 of file OStatement.hxx.
Referenced by connectivity::odbc::OStatement::addBatch(), and connectivity::odbc::OStatement::executeBatch().
|
private |
Definition at line 62 of file OStatement.hxx.
Referenced by clearWarnings(), and getWarnings().
|
protected |
Definition at line 72 of file OStatement.hxx.
Referenced by cancel(), connectivity::odbc::OPreparedStatement::clearParameters(), createResultSet(), connectivity::odbc::OPreparedStatement::createResultSet(), disposing(), connectivity::odbc::OPreparedStatement::execute(), execute(), connectivity::odbc::OStatement::executeBatch(), getColumnCount(), getCursorName(), getEscapeProcessing(), getFetchDirection(), getFetchSize(), connectivity::odbc::OPreparedStatement::getMetaData(), getMoreResults(), getResultSet(), getResultSetConcurrency(), getResultSetType(), getRowCount(), getStmtOption(), connectivity::odbc::OPreparedStatement::initBoundParam(), isUsingBookmarks(), lockIfNecessary(), OStatement_Base(), connectivity::odbc::OPreparedStatement::prepareStatement(), connectivity::odbc::OPreparedStatement::putParamData(), reset(), setCursorName(), setEscapeProcessing(), setFetchDirection(), setFetchSize(), setMaxFieldSize(), setMaxRows(), connectivity::odbc::OPreparedStatement::setNull(), connectivity::odbc::OPreparedStatement::setParameter(), connectivity::odbc::OPreparedStatement::setParameterPre(), setQueryTimeOut(), setResultSetConcurrency(), setResultSetType(), setStmtOption(), connectivity::odbc::OPreparedStatement::setStream(), setUsingBookmarks(), and ~OStatement_Base().
|
protected |
Definition at line 71 of file OStatement.hxx.
Referenced by disposing(), connectivity::odbc::OPreparedStatement::execute(), connectivity::odbc::OPreparedStatement::executeQuery(), executeQuery(), connectivity::odbc::OPreparedStatement::executeUpdate(), connectivity::odbc::OPreparedStatement::getConnection(), getConnection(), getGeneratedValues(), getTypes(), OStatement_Base(), connectivity::odbc::OPreparedStatement::prepareStatement(), connectivity::odbc::OPreparedStatement::setNull(), connectivity::odbc::OPreparedStatement::setParameter(), and connectivity::odbc::OPreparedStatement::setStream().
|
protected |
Definition at line 73 of file OStatement.hxx.
Referenced by setFetchSize().
|
protected |
Definition at line 69 of file OStatement.hxx.
Referenced by execute(), getGeneratedValues(), connectivity::odbc::OPreparedStatement::OPreparedStatement(), and connectivity::odbc::OPreparedStatement::prepareStatement().
|
protected |
Definition at line 65 of file OStatement.hxx.
Referenced by disposing(), and getGeneratedValues().
|
protected |
Definition at line 64 of file OStatement.hxx.
Referenced by clearMyResultSet(), disposeResultSet(), executeQuery(), getResultSet(), and reset().