LibreOffice Module connectivity (master) 1
|
#include <mysqlc_preparedstatement.hxx>
Public Member Functions | |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (OUString const &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
OPreparedStatement (OConnection *_pConnection, MYSQL_STMT *pStmt) | |
Any SAL_CALL | queryInterface (const Type &rType) override |
void SAL_CALL | acquire () noexcept override |
void SAL_CALL | release () noexcept override |
css::uno::Sequence< Type > SAL_CALL | getTypes () override |
Reference< css::sdbc::XResultSet > SAL_CALL | executeQuery () override |
sal_Int32 SAL_CALL | executeUpdate () override |
sal_Bool SAL_CALL | execute () override |
Reference< css::sdbc::XConnection > SAL_CALL | getConnection () override |
void SAL_CALL | setNull (sal_Int32 parameter, sal_Int32 sqlType) override |
void SAL_CALL | setObjectNull (sal_Int32 parameter, sal_Int32 sqlType, const OUString &typeName) override |
void SAL_CALL | setBoolean (sal_Int32 parameter, sal_Bool x) override |
void SAL_CALL | setByte (sal_Int32 parameter, sal_Int8 x) override |
void SAL_CALL | setShort (sal_Int32 parameter, sal_Int16 x) override |
void SAL_CALL | setInt (sal_Int32 parameter, sal_Int32 x) override |
void SAL_CALL | setLong (sal_Int32 parameter, sal_Int64 x) override |
void SAL_CALL | setFloat (sal_Int32 parameter, float x) override |
void SAL_CALL | setDouble (sal_Int32 parameter, double x) override |
void SAL_CALL | setString (sal_Int32 parameter, const OUString &x) override |
void SAL_CALL | setBytes (sal_Int32 parameter, const css::uno::Sequence< sal_Int8 > &x) override |
void SAL_CALL | setDate (sal_Int32 parameter, const css::util::Date &x) override |
void SAL_CALL | setTime (sal_Int32 parameter, const css::util::Time &x) override |
void SAL_CALL | setTimestamp (sal_Int32 parameter, const css::util::DateTime &x) override |
void SAL_CALL | setBinaryStream (sal_Int32 parameter, const Reference< css::io::XInputStream > &x, sal_Int32 length) override |
void SAL_CALL | setCharacterStream (sal_Int32 parameter, const Reference< css::io::XInputStream > &x, sal_Int32 length) override |
void SAL_CALL | setObject (sal_Int32 parameter, const Any &x) override |
void SAL_CALL | setObjectWithInfo (sal_Int32 parameter, const Any &x, sal_Int32 targetSqlType, sal_Int32 scale) override |
void SAL_CALL | setRef (sal_Int32 parameter, const Reference< css::sdbc::XRef > &x) override |
void SAL_CALL | setBlob (sal_Int32 parameter, const Reference< css::sdbc::XBlob > &x) override |
void SAL_CALL | setClob (sal_Int32 parameter, const Reference< css::sdbc::XClob > &x) override |
void SAL_CALL | setArray (sal_Int32 parameter, const Reference< css::sdbc::XArray > &x) override |
void SAL_CALL | clearParameters () override |
void SAL_CALL | close () override |
Reference< css::sdbc::XResultSetMetaData > SAL_CALL | getMetaData () override |
Public Member Functions inherited from connectivity::mysqlc::OCommonStatement | |
void SAL_CALL | disposing () override |
void SAL_CALL | release () noexcept override |
void SAL_CALL | acquire () noexcept override |
Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
Any SAL_CALL | getWarnings () override |
void SAL_CALL | clearWarnings () override |
void SAL_CALL | cancel () override |
void SAL_CALL | close () override |
OConnection * | getOwnConnection () const |
Public Member Functions inherited from cppu::WeakComponentImplHelper3< class Ifc1, class Ifc2, class Ifc3 > | |
WeakComponentImplHelper3 (::osl::Mutex &rMutex) SAL_NOEXCEPT | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | dispose () SAL_OVERRIDE |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) SAL_OVERRIDE |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_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 connectivity::mysqlc::OPropertyArrayUsageHelper< TYPE > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
call this in the getInfoHelper method of your derived class. More... | |
Public Member Functions inherited from cppu::ImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 > | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Private Member Functions | |
void | checkParameterIndex (sal_Int32 parameter) |
void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const Any &rValue) override |
virtual | ~OPreparedStatement () override |
Private Attributes | |
unsigned int | m_paramCount = 0 |
Reference< XResultSetMetaData > | m_xMetaData |
MYSQL_STMT * | m_pStmt |
std::vector< MYSQL_BIND > | m_binds |
std::vector< BindMetaData > | m_bindMetas |
Additional Inherited Members | |
Static Public Member Functions inherited from cppu::OPropertySetHelper | |
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | createPropertySetInfo (IPropertyArrayHelper &rProperties) |
Protected Member Functions inherited from connectivity::mysqlc::OCommonStatement | |
void | closeResultSet () |
::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
used to implement the creation of the array helper which is shared amongst all instances of the class. More... | |
::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
sal_Bool SAL_CALL | convertFastPropertyValue (Any &rConvertedValue, Any &rOldValue, sal_Int32 nHandle, const Any &rValue) override |
void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const Any &rValue) override |
void SAL_CALL | getFastPropertyValue (Any &rValue, sal_Int32 nHandle) const override |
virtual | ~OCommonStatement () override |
OCommonStatement (OConnection *_pConnection) | |
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 |
used to implement the creation of the array helper which is shared amongst all instances of the class. More... | |
Protected Member Functions inherited from cppu::ImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 > | |
~ImplHelper4 () SAL_NOEXCEPT | |
Protected Attributes inherited from connectivity::mysqlc::OCommonStatement | |
rtl::Reference< OConnection > | m_xConnection |
css::uno::Reference< css::sdbc::XResultSet > | m_xResultSet |
sal_Int32 | m_nAffectedRows = 0 |
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 |
Static Protected Attributes inherited from connectivity::mysqlc::OPropertyArrayUsageHelper< TYPE > | |
static sal_Int32 | s_nRefCount = 0 |
::cppu::IPropertyArrayHelper * | s_pProps = nullptr |
::osl::Mutex | s_aMutex |
Definition at line 55 of file mysqlc_preparedstatement.hxx.
|
overrideprivatevirtual |
Definition at line 75 of file mysqlc_preparedstatement.cxx.
OPreparedStatement::OPreparedStatement | ( | OConnection * | _pConnection, |
MYSQL_STMT * | pStmt | ||
) |
Definition at line 58 of file mysqlc_preparedstatement.cxx.
References i, m_bindMetas, m_binds, m_paramCount, and m_pStmt.
|
overridevirtualnoexcept |
Reimplemented from cppu::WeakComponentImplHelper3< class Ifc1, class Ifc2, class Ifc3 >.
Definition at line 77 of file mysqlc_preparedstatement.cxx.
References connectivity::mysqlc::OCommonStatement::acquire().
|
private |
Definition at line 572 of file mysqlc_preparedstatement.cxx.
References Any, m_paramCount, and o3tl::make_unsigned().
Referenced by setBoolean(), setByte(), setDouble(), setFloat(), setInt(), setLong(), setNull(), setObject(), setObjectNull(), setObjectWithInfo(), setShort(), and setString().
|
override |
Definition at line 526 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), i, cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, and cppu::OPropertySetHelper::rBHelper.
Referenced by close().
|
override |
Definition at line 110 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), clearParameters(), connectivity::mysqlc::OCommonStatement::clearWarnings(), connectivity::mysqlc::OCommonStatement::close(), cppu::BaseMutex::m_aMutex, m_pStmt, cppu::OPropertySetHelper::rBHelper, and SAL_WARN.
|
override |
Definition at line 125 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), cppu::BaseMutex::m_aMutex, m_binds, m_pStmt, connectivity::mysqlc::OCommonStatement::m_xConnection, cppu::OPropertySetHelper::rBHelper, and mysqlc_sdbc_driver::throwSQLExceptionWithMsg().
|
override |
Definition at line 200 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), cppu::BaseMutex::m_aMutex, m_binds, m_pStmt, connectivity::mysqlc::OCommonStatement::m_xConnection, cppu::OPropertySetHelper::rBHelper, and mysqlc_sdbc_driver::throwSQLExceptionWithMsg().
|
override |
Definition at line 150 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), cppu::BaseMutex::m_aMutex, m_binds, m_pStmt, connectivity::mysqlc::OCommonStatement::m_xConnection, cppu::OPropertySetHelper::rBHelper, and mysqlc_sdbc_driver::throwSQLExceptionWithMsg().
|
override |
Definition at line 192 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), cppu::BaseMutex::m_aMutex, connectivity::mysqlc::OCommonStatement::m_xConnection, and cppu::OPropertySetHelper::rBHelper.
|
overridevirtual |
Definition at line 43 of file mysqlc_preparedstatement.cxx.
|
override |
Definition at line 96 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), cppu::BaseMutex::m_aMutex, m_pStmt, connectivity::mysqlc::OCommonStatement::m_xConnection, m_xMetaData, and cppu::OPropertySetHelper::rBHelper.
|
overridevirtual |
Definition at line 48 of file mysqlc_preparedstatement.cxx.
|
overridevirtual |
Reimplemented from cppu::ImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >.
Definition at line 91 of file mysqlc_preparedstatement.cxx.
References connectivity::mysqlc::concatSequences(), connectivity::mysqlc::OCommonStatement::getTypes(), and cppu::ImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >::getTypes().
|
override |
Definition at line 81 of file mysqlc_preparedstatement.cxx.
References Any, connectivity::mysqlc::OCommonStatement::queryInterface(), and cppu::ImplHelper4< class Ifc1, class Ifc2, class Ifc3, class Ifc4 >::queryInterface().
|
overridevirtualnoexcept |
Reimplemented from cppu::WeakComponentImplHelper3< class Ifc1, class Ifc2, class Ifc3 >.
Definition at line 79 of file mysqlc_preparedstatement.cxx.
References connectivity::mysqlc::OCommonStatement::release().
|
override |
|
override |
|
override |
|
override |
Definition at line 227 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), and x.
|
override |
Definition at line 239 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), and x.
|
override |
|
override |
|
override |
|
override |
|
override |
Definition at line 308 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), and x.
Referenced by setObjectWithInfo().
|
overrideprivate |
Definition at line 554 of file mysqlc_preparedstatement.cxx.
References nHandle, connectivity::mysqlc::PROPERTY_ID_FETCHDIRECTION, connectivity::mysqlc::PROPERTY_ID_RESULTSETCONCURRENCY, connectivity::mysqlc::PROPERTY_ID_RESULTSETTYPE, connectivity::mysqlc::PROPERTY_ID_USEBOOKMARKS, and setFastPropertyValue_NoBroadcast().
Referenced by setFastPropertyValue_NoBroadcast().
|
override |
Definition at line 320 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), and x.
|
override |
Definition at line 332 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), and x.
|
override |
Definition at line 344 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, cppu::OPropertySetHelper::rBHelper, and mysqlc_sdbc_driver::resetSqlVar().
|
override |
Definition at line 356 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, and cppu::OPropertySetHelper::rBHelper.
|
override |
Definition at line 468 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, cppu::OPropertySetHelper::rBHelper, and mysqlc_sdbc_driver::throwFeatureNotImplementedException().
|
override |
Definition at line 457 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, cppu::OPropertySetHelper::rBHelper, and mysqlc_sdbc_driver::throwFeatureNotImplementedException().
|
override |
Definition at line 404 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), connectivity::mysqlc::OCommonStatement::getOwnConnection(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, nValue, pq_sdbc_driver::OUStringToOString(), cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), setDouble(), sStream, mysqlc_sdbc_driver::throwInvalidArgumentException(), and value.
|
override |
|
override |
Definition at line 477 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, nIndex, cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), and x.
|
override |
Definition at line 177 of file mysqlc_preparedstatement.cxx.
References cppu::OBroadcastHelperVar< class container, class keyType >::bDisposed, connectivity::mysqlc::checkDisposed(), checkParameterIndex(), cppu::BaseMutex::m_aMutex, m_bindMetas, m_binds, connectivity::mysqlc::OCommonStatement::m_xConnection, nIndex, pq_sdbc_driver::OUStringToOString(), cppu::OPropertySetHelper::rBHelper, mysqlc_sdbc_driver::resetSqlVar(), and x.
|
override |
|
override |
|
overridevirtual |
Definition at line 53 of file mysqlc_preparedstatement.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 61 of file mysqlc_preparedstatement.hxx.
Referenced by clearParameters(), OPreparedStatement(), setBoolean(), setByte(), setDouble(), setFloat(), setInt(), setLong(), setNull(), setObjectWithInfo(), setShort(), and setString().
|
private |
Definition at line 60 of file mysqlc_preparedstatement.hxx.
Referenced by clearParameters(), execute(), executeQuery(), executeUpdate(), OPreparedStatement(), setBoolean(), setByte(), setDouble(), setFloat(), setInt(), setLong(), setNull(), setObjectWithInfo(), setShort(), and setString().
|
private |
Definition at line 57 of file mysqlc_preparedstatement.hxx.
Referenced by checkParameterIndex(), and OPreparedStatement().
|
private |
Definition at line 59 of file mysqlc_preparedstatement.hxx.
Referenced by close(), execute(), executeQuery(), executeUpdate(), getMetaData(), and OPreparedStatement().
|
private |
Definition at line 58 of file mysqlc_preparedstatement.hxx.
Referenced by getMetaData().