Lines Matching refs:logger

83                 throw Tools.toUnoExceptionLogged(this, logger, sqlException);  in createStatement()
115 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTING_PREPARED); in execute()
119 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in execute()
126 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTING_PREPARED_UPDATE); in executeUpdate()
130 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeUpdate()
137 logger.log(LogLevel.FINE, Resources.STR_LOG_EXECUTING_PREPARED_QUERY); in executeQuery()
145 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeQuery()
165 logger.log(LogLevel.FINER, Resources.STR_LOG_BINARYSTREAM_PARAMETER, index); in setBinaryStream()
174 throw Tools.toUnoExceptionLogged(this, logger, exception); in setBinaryStream()
188 logger.log(LogLevel.FINE, Resources.STR_LOG_BOOLEAN_PARAMETER, index, x); in setBoolean()
192 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setBoolean()
199 logger.log(LogLevel.FINE, Resources.STR_LOG_BYTE_PARAMETER, index, x); in setByte()
203 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setByte()
210 logger.log(LogLevel.FINE, Resources.STR_LOG_BYTES_PARAMETER, index); in setBytes()
214 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setBytes()
221 logger.log(LogLevel.FINER, Resources.STR_LOG_CHARSTREAM_PARAMETER, index); in setCharacterStream()
230 throw Tools.toUnoExceptionLogged(this, logger, exception); in setCharacterStream()
244 logger.log(LogLevel.FINE, Resources.STR_LOG_DATE_PARAMETER, index, x); in setDate()
249 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setDate()
256 logger.log(LogLevel.FINE, Resources.STR_LOG_DOUBLE_PARAMETER, index, x); in setDouble()
260 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setDouble()
267 logger.log(LogLevel.FINE, Resources.STR_LOG_FLOAT_PARAMETER, index, x); in setFloat()
271 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setFloat()
278 logger.log(LogLevel.FINE, Resources.STR_LOG_INT_PARAMETER, index, x); in setInt()
282 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setInt()
289 logger.log(LogLevel.FINE, Resources.STR_LOG_LONG_PARAMETER, index, x); in setLong()
293 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setLong()
300 logger.log(LogLevel.FINE, Resources.STR_LOG_NULL_PARAMETER, index, sqlType); in setNull()
304 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setNull()
320 logger.log(LogLevel.FINER, Resources.STR_LOG_OBJECT_NULL_PARAMETER, index); in setObjectNull()
324 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setObjectNull()
331 logger.log(LogLevel.FINER, Resources.STR_LOG_OBJECT_NULL_PARAMETER, index); in setObjectWithInfo()
352 throw Tools.toUnoExceptionLogged(this, logger, exception); in setObjectWithInfo()
366 logger.log(LogLevel.FINE, Resources.STR_LOG_SHORT_PARAMETER, index, x); in setShort()
370 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setShort()
377 logger.log(LogLevel.FINE, Resources.STR_LOG_STRING_PARAMETER, index, x); in setString()
381 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setString()
388 logger.log(LogLevel.FINE, Resources.STR_LOG_TIME_PARAMETER, index, x); in setTime()
393 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setTime()
400 logger.log(LogLevel.FINE, Resources.STR_LOG_TIMESTAMP_PARAMETER, index, x); in setTimestamp()
405 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setTimestamp()
412 logger.log(LogLevel.FINE, Resources.STR_LOG_CLEAR_PARAMETERS); in clearParameters()
416 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in clearParameters()
428 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in clearBatch()
438 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in addBatch()
448 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeBatch()
465 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in getMetaData()