Lines Matching refs:m_aLogger

70     ,m_aLogger( _rConnection.getLogger() )  in java_sql_DatabaseMetaData()
121 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, cMethodName ); in getTables()
225 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, cMethodName ); in getTables()
226 return new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection); in getTables()
350 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, cMethodName ); in getIndexInfo()
375 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getIndexInfo()
380 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, cMethodName ); in getIndexInfo()
381 return new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection); in getIndexInfo()
391 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, cMethodName ); in getBestRowIdentifier()
414 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getBestRowIdentifier()
420 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, cMethodName ); in getBestRowIdentifier()
421 return new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection); in getBestRowIdentifier()
508 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, cMethodName ); in getCrossReference()
540 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getCrossReference()
546 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, cMethodName ); in getCrossReference()
547 return new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection); in getCrossReference()
553 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callBooleanMethod()
555m_aLogger.log< const sal_Char*, sal_Int16>( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodNa… in impl_callBooleanMethod()
562 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callStringMethod()
565 if ( m_aLogger.isLoggable( LogLevel::FINEST ) ) in impl_callStringMethod()
570 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodName, sLoggedResult ); in impl_callStringMethod()
579 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callIntMethod()
581 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodName, (sal_Int32)out ); in impl_callIntMethod()
588 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG1, _pMethodName, _nArgument ); in impl_callBooleanMethodWithIntArg()
592m_aLogger.log< const sal_Char*, sal_Int16 >( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, _pMethodN… in impl_callBooleanMethodWithIntArg()
600 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD, _pMethodName ); in impl_callResultSetMethod()
602 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, _pMethodName ); in impl_callResultSetMethod()
603 return new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection); in impl_callResultSetMethod()
618 if ( m_aLogger.isLoggable( LogLevel::FINEST ) ) in impl_callResultSetMethodWithStrings()
623m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG4, _pMethodName, sCatalogLog, sSchema… in impl_callResultSetMethodWithStrings()
625m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG3, _pMethodName, sCatalogLog, sSchema… in impl_callResultSetMethodWithStrings()
666 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in impl_callResultSetMethodWithStrings()
673 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_SUCCESS, _pMethodName ); in impl_callResultSetMethodWithStrings()
674 return new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection); in impl_callResultSetMethodWithStrings()
1000 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG2, pMethodName, fromType, toType ); in supportsConvert()
1009 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in supportsConvert()
1012m_aLogger.log< const sal_Char*, sal_Int16 >( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, pMethodNa… in supportsConvert()
1342m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG2, pMethodName, setType, concurrency … in supportsResultSetConcurrency()
1351 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in supportsResultSetConcurrency()
1354m_aLogger.log< const sal_Char*, sal_Int16 >( LogLevel::FINEST, STR_LOG_META_DATA_RESULT, pMethodNa… in supportsResultSetConcurrency()
1452 ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); in getUDTs()
1456 return out ? new java_sql_ResultSet( t.pEnv, out, m_aLogger,*m_pConnection ) : 0; in getUDTs()