Lines Matching refs:_pMethodName

551 sal_Bool java_sql_DatabaseMetaData::impl_callBooleanMethod( const char* _pMethodName, jmethodID& _i…  in impl_callBooleanMethod()  argument
553 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callBooleanMethod()
554 jboolean out( java_lang_Object::callBooleanMethod(_pMethodName,_inout_MethodID) ); in impl_callBooleanMethod()
555 ….log< const sal_Char*, sal_Int16>( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodName, out ); in impl_callBooleanMethod()
560 ::rtl::OUString java_sql_DatabaseMetaData::impl_callStringMethod( const char* _pMethodName, jmethod… in impl_callStringMethod() argument
562 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callStringMethod()
564 const ::rtl::OUString sReturn( callStringMethod(_pMethodName,_inout_MethodID) ); in impl_callStringMethod()
570 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodName, sLoggedResult ); in impl_callStringMethod()
577 sal_Int32 java_sql_DatabaseMetaData::impl_callIntMethod( const char* _pMethodName, jmethodID& _inou… in impl_callIntMethod() argument
579 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callIntMethod()
580 sal_Int32 out( (sal_Int32)callIntMethod(_pMethodName,_inout_MethodID) ); in impl_callIntMethod()
581 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodName, (sal_Int32)out ); in impl_callIntMethod()
586 sal_Bool java_sql_DatabaseMetaData::impl_callBooleanMethodWithIntArg( const char* _pMethodName, jme… in impl_callBooleanMethodWithIntArg() argument
588 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG1, _pMethodName, _nArgument ); in impl_callBooleanMethodWithIntArg()
590 jboolean out( callBooleanMethodWithIntArg(_pMethodName,_inout_MethodID,_nArgument) ); in impl_callBooleanMethodWithIntArg()
592 …log< const sal_Char*, sal_Int16 >( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodName, out ); in impl_callBooleanMethodWithIntArg()
597 …et > java_sql_DatabaseMetaData::impl_callResultSetMethod( const char* _pMethodName, jmethodID& _in… in impl_callResultSetMethod() argument
600 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callResultSetMethod()
601 jobject out(callResultSetMethod(t.env(),_pMethodName,_inout_MethodID)); in impl_callResultSetMethod()
602 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, _pMethodName ); in impl_callResultSetMethod()
607 …ql_DatabaseMetaData::impl_callResultSetMethodWithStrings( const char* _pMethodName, jmethodID& _in… in impl_callResultSetMethodWithStrings() argument
623 …m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG4, _pMethodName, sCatalogLog, sSchema… in impl_callResultSetMethodWithStrings()
625 …m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG3, _pMethodName, sCatalogLog, sSchema… in impl_callResultSetMethodWithStrings()
638 obtainMethodId(t.pEnv, _pMethodName,pSignature, _inout_MethodID); in impl_callResultSetMethodWithStrings()
673 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, _pMethodName ); in impl_callResultSetMethodWithStrings()