Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DResources.java114 public static final int STR_LOG_BINARYSTREAM_PARAMETER = ( STR_JDBC_LOG_MESSAGE_BASE + 46 ); field in Resources
/trunk/main/connectivity/source/inc/resource/
H A Djdbc_log.hrc74 #define STR_LOG_BINARYSTREAM_PARAMETER ( STR_JDBC_LOG_MESSAGE_BASE + 46 )
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src255 String STR_LOG_BINARYSTREAM_PARAMETER
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java165 logger.log(LogLevel.FINER, Resources.STR_LOG_BINARYSTREAM_PARAMETER, index); in setBinaryStream()
/trunk/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx493 m_aLogger.log( LogLevel::FINER, STR_LOG_BINARYSTREAM_PARAMETER, parameterIndex ); in setBinaryStream()