LibreOffice Module connectivity (master) 1
|
#include <PreparedStatement.hxx>
Public Member Functions | |
DECLARE_SERVICE_INFO () | |
virtual jclass | getMyClass () const override |
java_sql_PreparedStatement (JNIEnv *pEnv, java_sql_Connection &_rCon, const OUString &sql) | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | executeQuery () override |
virtual sal_Int32 SAL_CALL | executeUpdate () override |
virtual sal_Bool SAL_CALL | execute () override |
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL | getConnection () override |
virtual void SAL_CALL | setNull (sal_Int32 parameterIndex, sal_Int32 sqlType) override |
virtual void SAL_CALL | setObjectNull (sal_Int32 parameterIndex, sal_Int32 sqlType, const OUString &typeName) override |
virtual void SAL_CALL | setBoolean (sal_Int32 parameterIndex, sal_Bool x) override |
virtual void SAL_CALL | setByte (sal_Int32 parameterIndex, sal_Int8 x) override |
virtual void SAL_CALL | setShort (sal_Int32 parameterIndex, sal_Int16 x) override |
virtual void SAL_CALL | setInt (sal_Int32 parameterIndex, sal_Int32 x) override |
virtual void SAL_CALL | setLong (sal_Int32 parameterIndex, sal_Int64 x) override |
virtual void SAL_CALL | setFloat (sal_Int32 parameterIndex, float x) override |
virtual void SAL_CALL | setDouble (sal_Int32 parameterIndex, double x) override |
virtual void SAL_CALL | setString (sal_Int32 parameterIndex, const OUString &x) override |
virtual void SAL_CALL | setBytes (sal_Int32 parameterIndex, const css::uno::Sequence< sal_Int8 > &x) override |
virtual void SAL_CALL | setDate (sal_Int32 parameterIndex, const css::util::Date &x) override |
virtual void SAL_CALL | setTime (sal_Int32 parameterIndex, const css::util::Time &x) override |
virtual void SAL_CALL | setTimestamp (sal_Int32 parameterIndex, const css::util::DateTime &x) override |
virtual void SAL_CALL | setBinaryStream (sal_Int32 parameterIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override |
virtual void SAL_CALL | setCharacterStream (sal_Int32 parameterIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override |
virtual void SAL_CALL | setObject (sal_Int32 parameterIndex, const css::uno::Any &x) override |
virtual void SAL_CALL | setObjectWithInfo (sal_Int32 parameterIndex, const css::uno::Any &x, sal_Int32 targetSqlType, sal_Int32 scale) override |
virtual void SAL_CALL | setRef (sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XRef > &x) override |
virtual void SAL_CALL | setBlob (sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XBlob > &x) override |
virtual void SAL_CALL | setClob (sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XClob > &x) override |
virtual void SAL_CALL | setArray (sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XArray > &x) override |
virtual void SAL_CALL | clearParameters () override |
virtual void SAL_CALL | addBatch () override |
virtual void SAL_CALL | clearBatch () override |
virtual css::uno::Sequence< sal_Int32 > SAL_CALL | executeBatch () override |
virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL | getMetaData () 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 |
Public Member Functions inherited from connectivity::OStatement_BASE2 | |
OStatement_BASE2 (JNIEnv *pEnv, java_sql_Connection &_rCon) | |
virtual void SAL_CALL | disposing () override |
Public Member Functions inherited from connectivity::java_sql_Statement_Base | |
virtual jclass | getMyClass () const override |
java_sql_Statement_Base (JNIEnv *pEnv, java_sql_Connection &_rCon) | |
sal_Int32 | getStatementObjectID () const |
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 |
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL | getGeneratedValues () override |
Public Member Functions inherited from connectivity::java_lang_Object | |
java_lang_Object (JNIEnv *pEnv, jobject myObj) | |
java_lang_Object () | |
virtual | ~java_lang_Object () COVERITY_NOEXCEPT_FALSE |
void | saveRef (JNIEnv *pEnv, jobject myObj) |
jobject | getJavaObject () const |
void | clearObject (JNIEnv &rEnv) |
void | clearObject () |
OUString | toString () const |
static ::rtl::Reference< jvmaccess::VirtualMachine > | getVM (const css::uno::Reference< css::uno::XComponentContext > &_rxContext=nullptr) |
void | obtainMethodId_throwSQL (JNIEnv *_pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID) const |
void | obtainMethodId_throwRuntime (JNIEnv *_pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID) const |
bool | callBooleanMethod (const char *_pMethodName, jmethodID &_inout_MethodID) const |
bool | callBooleanMethodWithIntArg (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
jobject | callResultSetMethod (JNIEnv &_rEnv, const char *_pMethodName, jmethodID &_inout_MethodID) const |
sal_Int32 | callIntMethod_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID) const |
sal_Int32 | callIntMethod_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID) const |
sal_Int32 | callIntMethodWithIntArg_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
sal_Int32 | callIntMethodWithIntArg_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
sal_Int32 | callIntMethodWithStringArg (const char *_pMethodName, jmethodID &_inout_MethodID, const OUString &_nArgument) const |
OUString | callStringMethod (const char *_pMethodName, jmethodID &_inout_MethodID) const |
OUString | callStringMethodWithIntArg (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
void | callVoidMethod_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID) const |
void | callVoidMethod_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID) const |
void | callVoidMethodWithIntArg_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
void | callVoidMethodWithIntArg_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
void | callVoidMethodWithBoolArg_ThrowSQL (const char *_pMethodName, jmethodID &_inout_MethodID, bool _nArgument) const |
void | callVoidMethodWithBoolArg_ThrowRuntime (const char *_pMethodName, jmethodID &_inout_MethodID, bool _nArgument) const |
void | callVoidMethodWithStringArg (const char *_pMethodName, jmethodID &_inout_MethodID, const OUString &_nArgument) const |
jobject | callObjectMethod (JNIEnv *pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID) const |
jobject | callObjectMethodWithIntArg (JNIEnv *pEnv, const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
template<typename T > | |
T | callMethodWithIntArg (T(JNIEnv::*pCallMethod)(jobject obj, jmethodID methodID,...), const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID, sal_Int32 _nArgument) const |
template<typename T > | |
void | callVoidMethod_ThrowSQL (const char *_pMethodName, const char *_pSignature, jmethodID &_inout_MethodID, sal_Int32 _nArgument, const T &_aValue) const |
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< java_sql_Statement_Base > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Protected Member Functions | |
virtual void | createStatement (JNIEnv *_pEnv) override |
virtual | ~java_sql_PreparedStatement () override |
Protected Member Functions inherited from connectivity::java_sql_Statement_Base | |
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 void | createStatement (JNIEnv *_pEnv)=0 |
virtual | ~java_sql_Statement_Base () override |
sal_Int32 | impl_getProperty (const char *_pMethodName, jmethodID &_inout_MethodID) |
sal_Int32 | impl_getProperty (const char *_pMethodName, jmethodID &_inout_MethodID, sal_Int32 _nDefault) |
virtual jclass | getMyClass () const |
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 |
Static Protected Attributes | |
static jclass | theClass = nullptr |
Static Protected Attributes inherited from connectivity::java_sql_Statement_Base | |
static jclass | theClass = nullptr |
Static Protected Attributes inherited from connectivity::java_lang_Object | |
static jclass | theClass = nullptr |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< java_sql_Statement_Base > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Additional Inherited Members | |
Static Public Member Functions inherited from connectivity::java_lang_Object | |
static void | ThrowSQLException (JNIEnv *pEnv, const css::uno::Reference< css::uno::XInterface > &_rContext) |
static void | ThrowLoggedSQLException (const ::comphelper::EventLogger &_rLogger, JNIEnv *pEnvironment, const css::uno::Reference< css::uno::XInterface > &_rxContext) |
static void | ThrowRuntimeException (JNIEnv *pEnv, const css::uno::Reference< css::uno::XInterface > &_rContext) |
static jclass | findMyClass (const char *_pClassName) |
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< java_sql_Statement_Base > | |
static std::mutex & | theMutex () |
Protected Attributes inherited from connectivity::java_sql_Statement_Base | |
css::uno::Reference< css::sdbc::XStatement > | m_xGeneratedStatement |
rtl::Reference< java_sql_Connection > | m_pConnection |
java::sql::ConnectionLog | m_aLogger |
OUString | m_sSqlStatement |
sal_Int32 | m_nResultSetConcurrency |
sal_Int32 | m_nResultSetType |
bool | m_bEscapeProcessing |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Protected Attributes inherited from connectivity::java_lang_Object | |
jobject | object |
Protected Attributes inherited from cppu::OPropertySetHelper | |
OBroadcastHelper & | rBHelper |
OMultiTypeInterfaceContainerHelperInt32 | aBoundLC |
OMultiTypeInterfaceContainerHelperInt32 | aVetoableLC |
Impl *const | m_pReserved |
Definition at line 34 of file inc/java/sql/PreparedStatement.hxx.
|
overrideprotectedvirtual |
Definition at line 61 of file jdbc/PreparedStatement.cxx.
java_sql_PreparedStatement::java_sql_PreparedStatement | ( | JNIEnv * | pEnv, |
java_sql_Connection & | _rCon, | ||
const OUString & | sql | ||
) |
Definition at line 53 of file jdbc/PreparedStatement.cxx.
References connectivity::java_sql_Statement_Base::m_sSqlStatement.
|
overridevirtualnoexcept |
Reimplemented from connectivity::java_sql_Statement_Base.
Reimplemented in connectivity::java_sql_CallableStatement.
Definition at line 643 of file jdbc/PreparedStatement.cxx.
References connectivity::java_sql_Statement_Base::acquire().
Referenced by connectivity::java_sql_CallableStatement::acquire().
|
overridevirtual |
Definition at line 599 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), cppu::BaseMutex::m_aMutex, and t.
|
overridevirtual |
Definition at line 586 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), cppu::BaseMutex::m_aMutex, and t.
|
overridevirtual |
Definition at line 571 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_CLEAR_PARAMETERS, and t.
|
overrideprotectedvirtual |
Implements connectivity::java_sql_Statement_Base.
Reimplemented in connectivity::java_sql_CallableStatement.
Definition at line 653 of file jdbc/PreparedStatement.cxx.
References args, connectivity::checkDisposed(), connectivity::convertwchar_tToJavaString(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, connectivity::java_sql_Statement_Base::m_nResultSetConcurrency, connectivity::java_sql_Statement_Base::m_nResultSetType, connectivity::java_sql_Statement_Base::m_pConnection, connectivity::java_sql_Statement_Base::m_sSqlStatement, and connectivity::java_lang_Object::ThrowLoggedSQLException().
Referenced by addBatch(), clearBatch(), clearParameters(), execute(), executeBatch(), executeQuery(), executeUpdate(), getMetaData(), setBinaryStream(), setBoolean(), setByte(), setBytes(), setCharacterStream(), setDate(), setDouble(), setFloat(), setInt(), setLong(), setNull(), setObjectNull(), setObjectWithInfo(), setShort(), setString(), setTime(), and setTimestamp().
connectivity::java_sql_PreparedStatement::DECLARE_SERVICE_INFO | ( | ) |
|
overridevirtual |
Definition at line 96 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callBooleanMethod(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_EXECUTING_PREPARED, and t.
|
overridevirtual |
Reimplemented from connectivity::java_sql_Statement_Base.
Definition at line 176 of file JStatement.cxx.
|
overridevirtual |
Definition at line 612 of file jdbc/PreparedStatement.cxx.
References aSeq, connectivity::java_lang_Object::callObjectMethod(), connectivity::checkDisposed(), createStatement(), cppu::BaseMutex::m_aMutex, p, and t.
|
overridevirtual |
Definition at line 150 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callResultSetMethod(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, connectivity::java_sql_Statement_Base::m_pConnection, STR_LOG_EXECUTING_PREPARED_QUERY, and t.
|
overridevirtual |
Reimplemented from connectivity::java_sql_Statement_Base.
Definition at line 174 of file JStatement.cxx.
|
overridevirtual |
Definition at line 109 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_EXECUTING_PREPARED_UPDATE, and t.
|
overridevirtual |
Reimplemented from connectivity::java_sql_Statement_Base.
Definition at line 175 of file JStatement.cxx.
|
overridevirtual |
Reimplemented from connectivity::java_sql_Statement_Base.
Definition at line 144 of file jdbc/PreparedStatement.cxx.
References connectivity::java_sql_Statement_Base::m_pConnection.
|
overridevirtual |
Definition at line 631 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callObjectMethod(), connectivity::checkDisposed(), createStatement(), cppu::BaseMutex::m_aMutex, connectivity::java_sql_Statement_Base::m_pConnection, and t.
|
overridevirtual |
Reimplemented from connectivity::java_sql_Statement_Base.
Reimplemented in connectivity::java_sql_CallableStatement.
Definition at line 66 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::findMyClass(), and theClass.
|
overridevirtual |
Reimplemented from connectivity::java_sql_Statement_Base.
Reimplemented in connectivity::java_sql_CallableStatement.
Definition at line 85 of file jdbc/PreparedStatement.cxx.
References aTypes, and connectivity::java_sql_Statement_Base::getTypes().
Referenced by connectivity::java_sql_CallableStatement::getTypes().
|
overridevirtual |
Reimplemented from connectivity::java_sql_Statement_Base.
Reimplemented in connectivity::java_sql_CallableStatement.
Definition at line 75 of file jdbc/PreparedStatement.cxx.
References connectivity::java_sql_Statement_Base::queryInterface().
Referenced by connectivity::java_sql_CallableStatement::queryInterface().
|
overridevirtualnoexcept |
Reimplemented from connectivity::java_sql_Statement_Base.
Reimplemented in connectivity::java_sql_CallableStatement.
Definition at line 648 of file jdbc/PreparedStatement.cxx.
References connectivity::java_sql_Statement_Base::release().
Referenced by connectivity::java_sql_CallableStatement::release().
|
overridevirtual |
Definition at line 309 of file jdbc/PreparedStatement.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 512 of file jdbc/PreparedStatement.cxx.
References aSeq, connectivity::checkDisposed(), createStatement(), length, connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_BINARYSTREAM_PARAMETER, t, connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 303 of file jdbc/PreparedStatement.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 165 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_BOOLEAN_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 178 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_BYTE_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 420 of file jdbc/PreparedStatement.cxx.
References connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, connectivity::java_lang_Object::obtainMethodId_throwSQL(), pData, STR_LOG_BYTES_PARAMETER, t, connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 453 of file jdbc/PreparedStatement.cxx.
References aSeq, connectivity::checkDisposed(), createStatement(), length, connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_CHARSTREAM_PARAMETER, t, connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 297 of file jdbc/PreparedStatement.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 191 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java_lang_Object::getJavaObject(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_DATE_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 232 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_DOUBLE_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 245 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_FLOAT_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 258 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_INT_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 271 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_LONG_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 284 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_NULL_PARAMETER, and t.
|
overridevirtual |
Definition at line 394 of file jdbc/PreparedStatement.cxx.
References dbtools::implSetObject(), connectivity::java_sql_Statement_Base::m_pConnection, dbtools::throwGenericSQLException(), and x.
|
overridevirtual |
Definition at line 381 of file jdbc/PreparedStatement.cxx.
References connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_OBJECT_NULL_PARAMETER, and t.
|
overridevirtual |
Definition at line 321 of file jdbc/PreparedStatement.cxx.
References connectivity::checkDisposed(), connectivity::convertwchar_tToJavaString(), createStatement(), connectivity::ORowSetValue::fill(), connectivity::ORowSetValue::getString(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, connectivity::java_lang_Object::obtainMethodId_throwSQL(), scale, STR_LOG_OBJECT_NULL_PARAMETER, t, connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 315 of file jdbc/PreparedStatement.cxx.
References dbtools::throwFeatureNotImplementedSQLException().
|
overridevirtual |
Definition at line 407 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_SHORT_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 122 of file jdbc/PreparedStatement.cxx.
References connectivity::checkDisposed(), connectivity::convertwchar_tToJavaString(), createStatement(), connectivity::jdbc::LocalRef< T >::get(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, connectivity::java_lang_Object::obtainMethodId_throwSQL(), STR_LOG_STRING_PARAMETER, t, connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 205 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java_lang_Object::getJavaObject(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_TIME_PARAMETER, t, and x.
|
overridevirtual |
Definition at line 219 of file jdbc/PreparedStatement.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::checkDisposed(), createStatement(), connectivity::java_lang_Object::getJavaObject(), connectivity::java::sql::ConnectionLog::log(), connectivity::java_sql_Statement_Base::m_aLogger, cppu::BaseMutex::m_aMutex, STR_LOG_TIMESTAMP_PARAMETER, t, and x.
|
staticprotected |
Definition at line 43 of file inc/java/sql/PreparedStatement.hxx.
Referenced by getMyClass().