Home
last modified time | relevance | path

Searched refs:pThrowable (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx195 jthrowable pThrowable = pEnv->ExceptionOccurred(); in isExceptionOccured() local
196 sal_Bool bRet = pThrowable != NULL; in isExceptionOccured()
197 if ( pThrowable ) in isExceptionOccured()
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()
210 pEnv->DeleteLocalRef(pThrowable); in isExceptionOccured()

Completed in 10 milliseconds