Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DResources.java76 public static final int STR_LOG_PREPARED_CALL_ID = ( STR_JDBC_LOG_MESSAGE_BASE + 8 ); field in Resources
/AOO42X/main/connectivity/source/inc/resource/
H A Djdbc_log.hrc36 #define STR_LOG_PREPARED_CALL_ID ( STR_JDBC_LOG_MESSAGE_BASE + 8 )
/AOO42X/main/connectivity/source/resource/
H A Dconn_log_res.src65 String STR_LOG_PREPARED_CALL_ID
/AOO42X/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java278 … logger.log(LogLevel.FINE, Resources.STR_LOG_PREPARED_CALL_ID, statement.getStatementObjectId()); in prepareCall()
/AOO42X/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx530 m_aLogger.log( LogLevel::FINE, STR_LOG_PREPARED_CALL_ID, pStatement->getStatementObjectID() ); in prepareCall()