Searched refs:java_sql_SQLException_BASE (Results 1 – 7 of 7) sorted by relevance
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | SQLException.cxx | 39 java_sql_SQLException::java_sql_SQLException( const java_sql_SQLException_BASE& _rException,const R… in java_sql_SQLException() 49 java_sql_SQLException_BASE::java_sql_SQLException_BASE( JNIEnv * pEnv, jobject myObj ) : java_lang_… in java_sql_SQLException_BASE() function in java_sql_SQLException_BASE 53 jclass java_sql_SQLException_BASE::theClass = 0; 55 java_sql_SQLException_BASE::~java_sql_SQLException_BASE() in ~java_sql_SQLException_BASE() 59 jclass java_sql_SQLException_BASE::getMyClass() const in getMyClass() 63 jclass java_sql_SQLException_BASE::st_getMyClass() in st_getMyClass() 71 starsdbc::SQLException java_sql_SQLException_BASE::getNextException() const in getNextException() 79 java_sql_SQLException_BASE warn_base(t.pEnv,out); in getNextException() 86 ::rtl::OUString java_sql_SQLException_BASE::getSQLState() const in getSQLState() 91 sal_Int32 java_sql_SQLException_BASE::getErrorCode() const in getErrorCode()
|
H A D | tools.cxx | 202 if(pEnv->IsInstanceOf(pThrowable,java_sql_SQLException_BASE::st_getMyClass())) in isExceptionOccured() 205 java_sql_SQLException_BASE* pException = new java_sql_SQLException_BASE(pEnv,pThrowable); in isExceptionOccured()
|
H A D | Object.cxx | 184 if ( _pEnvironment->IsInstanceOf( jThrow, java_sql_SQLException_BASE::st_getMyClass() ) ) in lcl_translateJNIExceptionToUNOException() 186 …::std::auto_ptr< java_sql_SQLException_BASE > pException( new java_sql_SQLException_BASE( _pEnviro… in lcl_translateJNIExceptionToUNOException()
|
H A D | DatabaseMetaData.cxx | 207 if ( t.pEnv->IsInstanceOf( jThrow,java_sql_SQLException_BASE::st_getMyClass() ) ) in getTables() 209 … java_sql_SQLException_BASE* pException = new java_sql_SQLException_BASE( t.pEnv, jThrow ); in getTables()
|
H A D | JConnection.cxx | 684 java_sql_SQLException_BASE::st_getMyClass(); in loadDriverFromProperties()
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | SQLException.hxx | 35 class java_sql_SQLException_BASE; 41 …java_sql_SQLException( const java_sql_SQLException_BASE& _rException,const ::com::sun::star::uno::… 44 class java_sql_SQLException_BASE : public java_lang_Exception class 51 virtual ~java_sql_SQLException_BASE(); 53 java_sql_SQLException_BASE( JNIEnv * pEnv, jobject myObj );
|
H A D | SQLWarning.hxx | 39 class java_sql_SQLWarning_BASE : public java_sql_SQLException_BASE 48 …java_sql_SQLWarning_BASE( JNIEnv * pEnv, jobject myObj ) : java_sql_SQLException_BASE( pEnv, myObj… in java_sql_SQLWarning_BASE()
|
Completed in 129 milliseconds