Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DResources.java91 public static final int STR_LOG_RESULT_SET_CONCURRENCY = ( STR_JDBC_LOG_MESSAGE_BASE + 23 ); field in Resources
/trunk/main/connectivity/source/inc/resource/
H A Djdbc_log.hrc51 #define STR_LOG_RESULT_SET_CONCURRENCY ( STR_JDBC_LOG_MESSAGE_BASE + 23 )
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src140 String STR_LOG_RESULT_SET_CONCURRENCY
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java363 logger.log(LogLevel.FINE, Resources.STR_LOG_RESULT_SET_CONCURRENCY, value); in setResultSetConcurrency()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx537 m_aLogger.log( LogLevel::FINE, STR_LOG_RESULT_SET_CONCURRENCY, (sal_Int32)_par0 ); in setResultSetConcurrency()