LibreOffice Module connectivity (master) 1
|
#include <ResultSet.hxx>
Public Member Functions | |
DECLARE_SERVICE_INFO () | |
virtual jclass | getMyClass () const override |
java_sql_ResultSet (JNIEnv *pEnv, jobject myObj, const java::sql::ConnectionLog &_rParentLogger, java_sql_Connection &_rConnection, java_sql_Statement_Base *pStmt=nullptr) | |
virtual void SAL_CALL | disposing () override |
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::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual sal_Bool SAL_CALL | next () override |
virtual sal_Bool SAL_CALL | isBeforeFirst () override |
virtual sal_Bool SAL_CALL | isAfterLast () override |
virtual sal_Bool SAL_CALL | isFirst () override |
virtual sal_Bool SAL_CALL | isLast () override |
virtual void SAL_CALL | beforeFirst () override |
virtual void SAL_CALL | afterLast () override |
virtual sal_Bool SAL_CALL | first () override |
virtual sal_Bool SAL_CALL | last () override |
virtual sal_Int32 SAL_CALL | getRow () override |
virtual sal_Bool SAL_CALL | absolute (sal_Int32 row) override |
virtual sal_Bool SAL_CALL | relative (sal_Int32 rows) override |
virtual sal_Bool SAL_CALL | previous () override |
virtual void SAL_CALL | refreshRow () override |
virtual sal_Bool SAL_CALL | rowUpdated () override |
virtual sal_Bool SAL_CALL | rowInserted () override |
virtual sal_Bool SAL_CALL | rowDeleted () override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getStatement () override |
virtual sal_Bool SAL_CALL | wasNull () override |
virtual OUString SAL_CALL | getString (sal_Int32 columnIndex) override |
virtual sal_Bool SAL_CALL | getBoolean (sal_Int32 columnIndex) override |
virtual sal_Int8 SAL_CALL | getByte (sal_Int32 columnIndex) override |
virtual sal_Int16 SAL_CALL | getShort (sal_Int32 columnIndex) override |
virtual sal_Int32 SAL_CALL | getInt (sal_Int32 columnIndex) override |
virtual sal_Int64 SAL_CALL | getLong (sal_Int32 columnIndex) override |
virtual float SAL_CALL | getFloat (sal_Int32 columnIndex) override |
virtual double SAL_CALL | getDouble (sal_Int32 columnIndex) override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getBytes (sal_Int32 columnIndex) override |
virtual css::util::Date SAL_CALL | getDate (sal_Int32 columnIndex) override |
virtual css::util::Time SAL_CALL | getTime (sal_Int32 columnIndex) override |
virtual css::util::DateTime SAL_CALL | getTimestamp (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL | getBinaryStream (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL | getCharacterStream (sal_Int32 columnIndex) override |
virtual css::uno::Any SAL_CALL | getObject (sal_Int32 columnIndex, const css::uno::Reference< css::container::XNameAccess > &typeMap) override |
virtual css::uno::Reference< css::sdbc::XRef > SAL_CALL | getRef (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::sdbc::XBlob > SAL_CALL | getBlob (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::sdbc::XClob > SAL_CALL | getClob (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::sdbc::XArray > SAL_CALL | getArray (sal_Int32 columnIndex) override |
virtual css::uno::Reference< css::sdbc::XResultSetMetaData > SAL_CALL | getMetaData () override |
virtual void SAL_CALL | cancel () override |
virtual void SAL_CALL | close () override |
virtual css::uno::Any SAL_CALL | getWarnings () override |
virtual void SAL_CALL | clearWarnings () override |
virtual void SAL_CALL | insertRow () override |
virtual void SAL_CALL | updateRow () override |
virtual void SAL_CALL | deleteRow () override |
virtual void SAL_CALL | cancelRowUpdates () override |
virtual void SAL_CALL | moveToInsertRow () override |
virtual void SAL_CALL | moveToCurrentRow () override |
virtual void SAL_CALL | updateNull (sal_Int32 columnIndex) override |
virtual void SAL_CALL | updateBoolean (sal_Int32 columnIndex, sal_Bool x) override |
virtual void SAL_CALL | updateByte (sal_Int32 columnIndex, sal_Int8 x) override |
virtual void SAL_CALL | updateShort (sal_Int32 columnIndex, sal_Int16 x) override |
virtual void SAL_CALL | updateInt (sal_Int32 columnIndex, sal_Int32 x) override |
virtual void SAL_CALL | updateLong (sal_Int32 columnIndex, sal_Int64 x) override |
virtual void SAL_CALL | updateFloat (sal_Int32 columnIndex, float x) override |
virtual void SAL_CALL | updateDouble (sal_Int32 columnIndex, double x) override |
virtual void SAL_CALL | updateString (sal_Int32 columnIndex, const OUString &x) override |
virtual void SAL_CALL | updateBytes (sal_Int32 columnIndex, const css::uno::Sequence< sal_Int8 > &x) override |
virtual void SAL_CALL | updateDate (sal_Int32 columnIndex, const css::util::Date &x) override |
virtual void SAL_CALL | updateTime (sal_Int32 columnIndex, const css::util::Time &x) override |
virtual void SAL_CALL | updateTimestamp (sal_Int32 columnIndex, const css::util::DateTime &x) override |
virtual void SAL_CALL | updateBinaryStream (sal_Int32 columnIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override |
virtual void SAL_CALL | updateCharacterStream (sal_Int32 columnIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override |
virtual void SAL_CALL | updateObject (sal_Int32 columnIndex, const css::uno::Any &x) override |
virtual void SAL_CALL | updateNumericObject (sal_Int32 columnIndex, const css::uno::Any &x, sal_Int32 scale) override |
virtual sal_Int32 SAL_CALL | findColumn (const OUString &columnName) 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_ResultSet > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Protected Member Functions | |
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 | ~java_sql_ResultSet () override |
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_lang_Object | |
static jclass | theClass = nullptr |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< java_sql_ResultSet > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Private Member Functions | |
sal_Int32 | getResultSetConcurrency () const |
sal_Int32 | getResultSetType () const |
sal_Int32 | getFetchDirection () const |
sal_Int32 | getFetchSize () const |
OUString | getCursorName () const |
void | setFetchDirection (sal_Int32 _par0) |
void | setFetchSize (sal_Int32 _par0) |
Private Attributes | |
css::uno::Reference< css::uno::XInterface > | m_xStatement |
java::sql::ConnectionLog | m_aLogger |
java_sql_Connection * | m_pConnection |
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_ResultSet > | |
static std::mutex & | theMutex () |
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 56 of file inc/java/sql/ResultSet.hxx.
|
overrideprotectedvirtual |
Definition at line 82 of file jdbc/ResultSet.cxx.
References dispose(), and m_refCount.
java_sql_ResultSet::java_sql_ResultSet | ( | JNIEnv * | pEnv, |
jobject | myObj, | ||
const java::sql::ConnectionLog & | _rParentLogger, | ||
java_sql_Connection & | _rConnection, | ||
java_sql_Statement_Base * | pStmt = nullptr |
||
) |
Definition at line 67 of file jdbc/ResultSet.cxx.
References connectivity::SDBThreadAttach::addRef(), m_aMutex, m_refCount, and m_xStatement.
|
overridevirtual |
Definition at line 434 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethodWithIntArg().
|
overridevirtualnoexcept |
Definition at line 997 of file jdbc/ResultSet.cxx.
|
overridevirtual |
Definition at line 408 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 402 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 496 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowRuntime().
|
overridevirtual |
Definition at line 545 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 502 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 415 of file jdbc/ResultSet.cxx.
References dispose().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 918 of file jdbc/ResultSet.cxx.
References getFetchDirection(), getFetchSize(), nHandle, PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
|
overrideprotectedvirtual |
Implements comphelper::OPropertyArrayUsageHelper< java_sql_ResultSet >.
Definition at line 874 of file jdbc/ResultSet.cxx.
References cppu::UnoType< typename T >::get(), dbtools::OPropertyMap::getNameByIndex(), connectivity::OMetaConnection::getPropMap(), PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
connectivity::java_sql_ResultSet::DECLARE_SERVICE_INFO | ( | ) |
|
overridevirtual |
Definition at line 538 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
|
overridevirtual |
Definition at line 132 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callIntMethodWithStringArg(), and columnName.
|
overridevirtual |
Definition at line 421 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 248 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
overridevirtual |
Definition at line 138 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
overridevirtual |
Definition at line 268 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
overridevirtual |
Definition at line 159 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethodWithIntArg().
|
overridevirtual |
Definition at line 166 of file jdbc/ResultSet.cxx.
|
overridevirtual |
Definition at line 174 of file jdbc/ResultSet.cxx.
References aSeq, connectivity::java_lang_Object::callObjectMethodWithIntArg(), p, and t.
|
overridevirtual |
Definition at line 148 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
overridevirtual |
Definition at line 259 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 849 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callStringMethod().
Referenced by getFastPropertyValue().
|
overridevirtual |
Definition at line 191 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
overridevirtual |
Definition at line 201 of file jdbc/ResultSet.cxx.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 966 of file jdbc/ResultSet.cxx.
References Exception, getCursorName(), getFetchDirection(), getFetchSize(), getResultSetConcurrency(), getResultSetType(), nHandle, PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_RESULTSETCONCURRENCY, and PROPERTY_ID_RESULTSETTYPE.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 837 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowRuntime().
Referenced by convertFastPropertyValue(), and getFastPropertyValue().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 843 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowRuntime().
Referenced by convertFastPropertyValue(), and getFastPropertyValue().
|
overridevirtual |
Definition at line 209 of file jdbc/ResultSet.cxx.
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 913 of file jdbc/ResultSet.cxx.
References comphelper::OPropertyArrayUsageHelper< java_sql_ResultSet >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 217 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callIntMethodWithIntArg_ThrowSQL().
|
overridevirtual |
Definition at line 231 of file jdbc/ResultSet.cxx.
|
overridevirtual |
Definition at line 239 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethod(), m_pConnection, and t.
|
overridevirtual |
Reimplemented from connectivity::java_lang_Object.
Definition at line 92 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::findMyClass(), and theClass.
|
overridevirtual |
Definition at line 289 of file jdbc/ResultSet.cxx.
References Any, args, connectivity::java_lang_Object::callBooleanMethod(), connectivity::convertTypeMapToJavaMap(), m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), connectivity::java_lang_Boolean::st_getMyClass(), connectivity::java_lang_String::st_getMyClass(), connectivity::java_sql_Date::st_getMyClass(), connectivity::java_sql_Time::st_getMyClass(), connectivity::java_sql_Timestamp::st_getMyClass(), t, and connectivity::java_lang_Object::ThrowLoggedSQLException().
|
overridevirtual |
Definition at line 1007 of file jdbc/ResultSet.cxx.
References getInfoHelper().
|
overridevirtual |
Definition at line 278 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 825 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowRuntime().
Referenced by getFastPropertyValue().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 831 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowRuntime().
Referenced by getFastPropertyValue().
|
overridevirtual |
Definition at line 224 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callIntMethod_ThrowSQL().
|
overridevirtual |
Definition at line 349 of file jdbc/ResultSet.cxx.
|
overridevirtual |
Definition at line 452 of file jdbc/ResultSet.cxx.
References m_xStatement.
|
overridevirtual |
Definition at line 357 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callStringMethodWithIntArg().
|
overridevirtual |
Definition at line 364 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
overridevirtual |
Definition at line 374 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callObjectMethodWithIntArg(), and t.
|
overridevirtual |
Definition at line 122 of file jdbc/ResultSet.cxx.
References aTypes.
|
overridevirtual |
Definition at line 508 of file jdbc/ResultSet.cxx.
References Any, connectivity::java_lang_Object::callObjectMethod(), and t.
|
overridevirtual |
Definition at line 526 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 384 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 477 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 390 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 396 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 428 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 559 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 552 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 484 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 446 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Reimplemented from cppu::OPropertySetHelper.
Definition at line 116 of file jdbc/ResultSet.cxx.
References comphelper::OPropertySetHelper::queryInterface().
|
overridevirtual |
Definition at line 862 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 440 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethodWithIntArg().
|
overridevirtualnoexcept |
Definition at line 1002 of file jdbc/ResultSet.cxx.
|
overridevirtual |
Definition at line 458 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 464 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overridevirtual |
Definition at line 470 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
overrideprotectedvirtual |
Implements cppu::OPropertySetHelper.
Definition at line 944 of file jdbc/ResultSet.cxx.
References comphelper::getINT32(), nHandle, PROPERTY_ID_CURSORNAME, PROPERTY_ID_FETCHDIRECTION, PROPERTY_ID_FETCHSIZE, PROPERTY_ID_RESULTSETCONCURRENCY, PROPERTY_ID_RESULTSETTYPE, setFetchDirection(), and setFetchSize().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 856 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethodWithIntArg_ThrowRuntime().
Referenced by setFastPropertyValue_NoBroadcast().
|
private |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 868 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethodWithIntArg_ThrowRuntime().
Referenced by setFastPropertyValue_NoBroadcast().
|
overridevirtual |
Definition at line 705 of file jdbc/ResultSet.cxx.
References Any, connectivity::createByteInputStream(), Exception, length, m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), t, dbtools::throwFeatureNotImplementedSQLException(), connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 573 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), and x.
|
overridevirtual |
Definition at line 579 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), and x.
|
overridevirtual |
Definition at line 645 of file jdbc/ResultSet.cxx.
References m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), pData, t, connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 737 of file jdbc/ResultSet.cxx.
References Any, connectivity::createCharArrayReader(), Exception, length, m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), t, dbtools::throwFeatureNotImplementedSQLException(), connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 681 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::java_lang_Object::getJavaObject(), and x.
|
overridevirtual |
Definition at line 612 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), and x.
|
overridevirtual |
Definition at line 605 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), and x.
|
overridevirtual |
Definition at line 592 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), and x.
|
overridevirtual |
Definition at line 598 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), and x.
|
overridevirtual |
Definition at line 566 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethodWithIntArg_ThrowSQL().
|
overridevirtual |
Definition at line 783 of file jdbc/ResultSet.cxx.
References Exception, m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), scale, t, connectivity::java_lang_Object::ThrowLoggedSQLException(), updateObject(), and x.
|
overridevirtual |
Definition at line 769 of file jdbc/ResultSet.cxx.
References connectivity::SharedResources::getResourceStringWithSubstitution(), dbtools::implUpdateObject(), dbtools::throwGenericSQLException(), and x.
Referenced by updateNumericObject().
|
overridevirtual |
Definition at line 532 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL().
|
overridevirtual |
Definition at line 586 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), and x.
|
overridevirtual |
Definition at line 619 of file jdbc/ResultSet.cxx.
References connectivity::convertwchar_tToJavaString(), connectivity::jdbc::LocalRef< T >::get(), m_aLogger, connectivity::java_lang_Object::obtainMethodId_throwSQL(), t, connectivity::java_lang_Object::ThrowLoggedSQLException(), and x.
|
overridevirtual |
Definition at line 689 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::java_lang_Object::getJavaObject(), and x.
|
overridevirtual |
Definition at line 697 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callVoidMethod_ThrowSQL(), connectivity::java_lang_Object::getJavaObject(), and x.
|
overridevirtual |
Definition at line 490 of file jdbc/ResultSet.cxx.
References connectivity::java_lang_Object::callBooleanMethod().
|
private |
Definition at line 63 of file inc/java/sql/ResultSet.hxx.
Referenced by getObject(), updateBinaryStream(), updateBytes(), updateCharacterStream(), updateNumericObject(), and updateString().
|
private |
Definition at line 64 of file inc/java/sql/ResultSet.hxx.
Referenced by getMetaData().
|
private |
Definition at line 62 of file inc/java/sql/ResultSet.hxx.
Referenced by getStatement(), and java_sql_ResultSet().
|
staticprotected |
Definition at line 90 of file inc/java/sql/ResultSet.hxx.
Referenced by getMyClass().