Home
last modified time | relevance | path

Searched refs:toUnoException (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java130 throw Tools.toUnoException(this, exception); in getColumnPrivileges()
147 throw Tools.toUnoException(this, exception); in getColumns()
183 throw Tools.toUnoException(this, exception); in getTables()
201 throw Tools.toUnoException(this, exception); in getProcedureColumns()
218 throw Tools.toUnoException(this, exception); in getProcedures()
234 throw Tools.toUnoException(this, exception); in getVersionColumns()
358 throw Tools.toUnoException(this, exception); in getExportedKeys()
374 throw Tools.toUnoException(this, exception); in getImportedKeys()
390 throw Tools.toUnoException(this, exception); in getPrimaryKeys()
408 throw Tools.toUnoException(this, exception); in getIndexInfo()
[all …]
H A DJavaSQLResultSet.java264 throw Tools.toUnoException(this, exception); in findColumn()
273 throw Tools.toUnoException(this, exception); in getBinaryStream()
282 throw Tools.toUnoException(this, exception); in getCharacterStream()
291 throw Tools.toUnoException(this, exception); in getBoolean()
300 throw Tools.toUnoException(this, exception); in getByte()
309 throw Tools.toUnoException(this, exception); in getBytes()
323 throw Tools.toUnoException(this, exception); in getDate()
332 throw Tools.toUnoException(this, exception); in getDouble()
341 throw Tools.toUnoException(this, exception); in getFloat()
350 throw Tools.toUnoException(this, exception); in getInt()
[all …]
H A DJavaSQLResultSetMetaData.java43 throw Tools.toUnoException(this, jdbcSQLException); in getColumnDisplaySize()
52 throw Tools.toUnoException(this, jdbcSQLException); in getColumnType()
64 throw Tools.toUnoException(this, jdbcSQLException); in getColumnCount()
73 throw Tools.toUnoException(this, jdbcSQLException); in isCaseSensitive()
86 throw Tools.toUnoException(this, jdbcSQLException); in getSchemaName()
99 throw Tools.toUnoException(this, jdbcSQLException); in getColumnName()
112 throw Tools.toUnoException(this, jdbcSQLException); in getTableName()
125 throw Tools.toUnoException(this, jdbcSQLException); in getCatalogName()
138 throw Tools.toUnoException(this, jdbcSQLException); in getColumnTypeName()
151 throw Tools.toUnoException(this, jdbcSQLException); in getColumnLabel()
[all …]
H A DJavaSQLStatementBase.java226 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getCursorName()
235 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setCursorName()
244 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getEscapeProcessing()
255 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setEscapeProcessing()
264 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getFetchDirection()
274 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setFetchDirection()
425 throw Tools.toUnoException(this, sqlException); in clearWarnings()
445 throw Tools.toUnoException(this, sqlException); in getWarnings()
486 throw Tools.toUnoException(this, sqlException); in getMoreResults()
501 throw Tools.toUnoException(this, sqlException); in getResultSet()
[all …]
H A DJavaSQLCallableStatement.java92 throw Tools.toUnoException(this, exception); in getBoolean()
102 throw Tools.toUnoException(this, exception); in getByte()
112 throw Tools.toUnoException(this, exception); in getBytes()
127 throw Tools.toUnoException(this, exception); in getDate()
137 throw Tools.toUnoException(this, exception); in getDouble()
147 throw Tools.toUnoException(this, exception); in getFloat()
157 throw Tools.toUnoException(this, exception); in getInt()
167 throw Tools.toUnoException(this, exception); in getLong()
182 throw Tools.toUnoException(this, exception); in getArray()
197 throw Tools.toUnoException(this, exception); in getClob()
[all …]
H A DJavaSQLConnection.java141 throw Tools.toUnoException(this, sqlException); in clearWarnings()
161 throw Tools.toUnoException(this, sqlException); in getWarnings()
172 throw Tools.toUnoException(this, sqlException); in commit()
191 throw Tools.toUnoException(this, sqlException); in getAutoCommit()
206 throw Tools.toUnoException(this, sqlException); in getCatalog()
216 throw Tools.toUnoException(this, sqlException); in getMetaData()
226 throw Tools.toUnoException(this, sqlException); in getTransactionIsolation()
241 throw Tools.toUnoException(this, sqlException); in isClosed()
251 throw Tools.toUnoException(this, sqlException); in isReadOnly()
298 throw Tools.toUnoException(this, sqlException); in rollback()
[all …]
H A DJavaSQLBlob.java66 throw Tools.toUnoException(this, jdbcSQLException); in getBinaryStream()
75 throw Tools.toUnoException(this, jdbcSQLException); in getBytes()
84 throw Tools.toUnoException(this, jdbcSQLException); in length()
93 throw Tools.toUnoException(this, jdbcSQLException); in position()
H A DJavaSQLClob.java66 throw Tools.toUnoException(this, jdbcSQLException); in getCharacterStream()
75 throw Tools.toUnoException(this, jdbcSQLException); in getSubString()
84 throw Tools.toUnoException(this, jdbcSQLException); in length()
93 throw Tools.toUnoException(this, jdbcSQLException); in position()
H A DJavaSQLStatement.java74 throw Tools.toUnoException(this, sqlException); in addBatch()
84 throw Tools.toUnoException(this, sqlException); in clearBatch()
94 throw Tools.toUnoException(this, sqlException); in executeBatch()
H A DTools.java35 public static SQLException toUnoException(Object source, Throwable throwable) { in toUnoException() method in Tools
44 unoCause = toUnoException(source, throwable); in toUnoException()
72 SQLException exception = toUnoException(source, throwable); in toUnoExceptionLogged()
H A DJavaSQLArray.java81 throw Tools.toUnoException(this, jdbcSQLException); in getBaseType()
90 throw Tools.toUnoException(this, jdbcSQLException); in getBaseTypeName()
H A DJavaSQLRef.java39 throw Tools.toUnoException(this, jdbcSqlException); in getBaseTypeName()

Completed in 60 milliseconds