Searched refs:toUnoExceptionLogged (Results 1 – 6 of 6) sorted by relevance
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLPreparedStatement.java | 119 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in execute() 130 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeUpdate() 145 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeQuery() 174 throw Tools.toUnoExceptionLogged(this, logger, exception); in setBinaryStream() 192 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setBoolean() 203 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setByte() 214 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setBytes() 230 throw Tools.toUnoExceptionLogged(this, logger, exception); in setCharacterStream() 249 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setDate() 260 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setDouble() [all …]
|
H A D | JavaSQLStatement.java | 107 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in execute() 124 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeQuery() 137 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeUpdate() 160 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in createStatement()
|
H A D | JavaSQLConnection.java | 267 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in nativeSQL() 391 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in construct() 456 Tools.toUnoExceptionLogged(this, logger, exception)); in loadDriverFromProperties() 537 throw Tools.toUnoExceptionLogged(this, logger, exception); in transformPreparedStatement()
|
H A D | JavaSQLCallableStatement.java | 59 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in createStatement() 256 throw Tools.toUnoExceptionLogged(this, logger, exception); in getObject()
|
H A D | Tools.java | 70 …public static SQLException toUnoExceptionLogged(Object source, ResourceBasedEventLogger logger, Th… in toUnoExceptionLogged() method in Tools
|
H A D | JavaSQLResultSet.java | 466 throw Tools.toUnoExceptionLogged(this, logger, exception); in getObject()
|
Completed in 29 milliseconds