Index
All Classes and Interfaces|All Packages
A
- abort(Executor) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
-
Performs any clean-up, then calls
getWrapped().abort(executor)
. - abort(Executor) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Performs any clean-up, then calls
getWrapped().abort(executor)
. - absolute(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- acceptsURL(String) - Method in class com.aoapps.sql.wrapper.DriverWrapper
- addBatch() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- addBatch(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- afterLast() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- allProceduresAreCallable() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- allTablesAreSelectable() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- append(char) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- append(CharSequence) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- append(CharSequence, int, int) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- ArrayWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps an
Array
. - ArrayWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps an
Array
. - ArrayWrapperImpl(ConnectionWrapperImpl, StatementWrapperImpl, Array) - Constructor for class com.aoapps.sql.wrapper.ArrayWrapperImpl
-
Wraps an
Array
. - autoCommitFailureClosesAllResultSets() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- available() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
B
- beforeFirst() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- BlobWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
Blob
. - BlobWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
Blob
. - BlobWrapperImpl(ConnectionWrapperImpl, Blob) - Constructor for class com.aoapps.sql.wrapper.BlobWrapperImpl
C
- CallableStatementWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
CallableStatement
. - CallableStatementWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
CallableStatement
. - CallableStatementWrapperImpl(ConnectionWrapperImpl, CallableStatement) - Constructor for class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- cancel() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- cancelRowUpdates() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- clearBatch() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- clearParameters() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- clearWarnings() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- clearWarnings() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- clearWarnings() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- ClobWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
Clob
. - ClobWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
Clob
. - ClobWrapperImpl(ConnectionWrapperImpl, Clob) - Constructor for class com.aoapps.sql.wrapper.ClobWrapperImpl
- close() - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
-
Calls
ArrayWrapper.free()
. - close() - Method in interface com.aoapps.sql.wrapper.BlobWrapper
-
Calls
BlobWrapper.free()
. - close() - Method in interface com.aoapps.sql.wrapper.ClobWrapper
-
Calls
ClobWrapper.free()
. - close() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
-
Performs any clean-up, then calls
getWrapped().close()
. - close() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Performs any clean-up, then calls
getWrapped().close()
. - close() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
-
Releases resources associated with this wrapper.
- close() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- close() - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
- close() - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
-
Releases resources associated with this wrapper.
- close() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- close() - Method in interface com.aoapps.sql.wrapper.RefWrapper
-
Releases resources associated with this wrapper.
- close() - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
-
Releases resources associated with this wrapper.
- close() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- close() - Method in interface com.aoapps.sql.wrapper.RowIdWrapper
-
Releases resources associated with this wrapper.
- close() - Method in interface com.aoapps.sql.wrapper.SavepointWrapper
- close() - Method in class com.aoapps.sql.wrapper.SavepointWrapperImpl
- close() - Method in interface com.aoapps.sql.wrapper.SQLDataWrapper
-
Releases resources associated with this wrapper.
- close() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
-
Releases resources associated with this wrapper.
- close() - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
-
Releases resources associated with this wrapper.
- close() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
-
Calls
SQLXMLWrapper.free()
. - close() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- close() - Method in interface com.aoapps.sql.wrapper.StructWrapper
-
Releases resources associated with this wrapper.
- close() - Method in class com.aoapps.sql.wrapper.WriterWrapper
- closeOnCompletion() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- com.aoapps.sql.wrapper - module com.aoapps.sql.wrapper
- com.aoapps.sql.wrapper - package com.aoapps.sql.wrapper
- commit() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- connect(String, Properties) - Method in class com.aoapps.sql.wrapper.DriverWrapper
- ConnectionWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
Connection
. - ConnectionWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
Connection
. - ConnectionWrapperImpl(DriverWrapper, Connection) - Constructor for class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- ConnectionWrapperImpl(Connection) - Constructor for class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createArrayOf(String, Object[]) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createArrayOf(String, Object[]) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createBlob() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createBlob() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createClob() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createClob() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createNClob() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createNClob() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createSQLXML() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createSQLXML() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createStatement() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createStatement() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createStatement(int, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createStatement(int, int) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createStatement(int, int, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createStatement(int, int, int) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- createStruct(String, Object[]) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- createStruct(String, Object[]) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
D
- DatabaseMetaDataWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
DatabaseMetaData
. - DatabaseMetaDataWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
DatabaseMetaData
. - DatabaseMetaDataWrapperImpl(ConnectionWrapperImpl, DatabaseMetaData) - Constructor for class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- dataDefinitionCausesTransactionCommit() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- dataDefinitionIgnoredInTransactions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- deleteRow() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- deletesAreDetected(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- deregister() - Static method in class com.aoapps.sql.wrapper.Driver
-
Deregisters the driver if currently registered.
- doesMaxRowSizeIncludeBlobs() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- Driver - Class in com.aoapps.sql.wrapper
-
A registered driver that wraps connections obtained from other drivers.
- Driver() - Constructor for class com.aoapps.sql.wrapper.Driver
-
Public constructor required for service loader.
- DriverWrapper - Class in com.aoapps.sql.wrapper
-
Wraps connections obtained from other drivers.
- DriverWrapper() - Constructor for class com.aoapps.sql.wrapper.DriverWrapper
E
- enquoteIdentifier(String, boolean) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- enquoteLiteral(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- enquoteNCharLiteral(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- equals(Object) - Method in interface com.aoapps.sql.wrapper.RowIdWrapper
- equals(Object) - Method in class com.aoapps.sql.wrapper.RowIdWrapperImpl
- execute() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- execute(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- execute(String, int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- execute(String, int[]) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- execute(String, String[]) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeBatch() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeLargeBatch() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeLargeUpdate() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- executeLargeUpdate(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeLargeUpdate(String, int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeLargeUpdate(String, int[]) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeLargeUpdate(String, String[]) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeQuery() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- executeQuery() - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- executeQuery(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeQuery(String) - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
- executeUpdate() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- executeUpdate(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeUpdate(String, int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeUpdate(String, int[]) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- executeUpdate(String, String[]) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
F
- findColumn(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- first() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- flush() - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
- flush() - Method in class com.aoapps.sql.wrapper.WriterWrapper
- free() - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- free() - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- free() - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- free() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
G
- generatedKeyAlwaysReturned() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getArray() - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getArray(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getArray(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getArray(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getArray(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getArray(long, int) - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getArray(long, int, Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getArray(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getArray(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getArray(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getArray(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getArray(Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getAsciiStream() - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- getAsciiStream() - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- getAsciiStream(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getAsciiStream(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getAsciiStream(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getAsciiStream(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getAttributes() - Method in interface com.aoapps.sql.wrapper.StructWrapper
- getAttributes(String, String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getAttributes(String, String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getAttributes(Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.StructWrapper
- getAutoCommit() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getBaseType() - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getBaseTypeName() - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getBaseTypeName() - Method in interface com.aoapps.sql.wrapper.RefWrapper
- getBestRowIdentifier(String, String, String, int, boolean) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getBigDecimal(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBigDecimal(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBigDecimal(int, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
-
Deprecated.
- getBigDecimal(int, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
-
Deprecated.
- getBigDecimal(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBigDecimal(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBigDecimal(String, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
-
Deprecated.
- getBinaryStream() - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- getBinaryStream() - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
- getBinaryStream() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- getBinaryStream() - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- getBinaryStream(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBinaryStream(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getBinaryStream(long, long) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- getBinaryStream(long, long) - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
- getBinaryStream(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBinaryStream(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getBlob(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBlob(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getBlob(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBlob(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getBlob(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBlob(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getBlob(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBlob(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getBoolean(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBoolean(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBoolean(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBoolean(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getByte(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getByte(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getByte(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getByte(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBytes() - Method in interface com.aoapps.sql.wrapper.RowIdWrapper
- getBytes(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBytes(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getBytes(long, int) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- getBytes(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getBytes(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getCatalog() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getCatalogName(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getCatalogs() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getCatalogs() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getCatalogSeparator() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getCatalogTerm() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getCharacterStream() - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- getCharacterStream() - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- getCharacterStream() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- getCharacterStream() - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- getCharacterStream(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getCharacterStream(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getCharacterStream(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getCharacterStream(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getCharacterStream(long, long) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- getCharacterStream(long, long) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- getCharacterStream(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getCharacterStream(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getCharacterStream(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getCharacterStream(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getClientInfo() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getClientInfo(String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getClientInfoProperties() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getClientInfoProperties() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getClob(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getClob(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getClob(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getClob(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getClob(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getClob(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getClob(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getClob(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getColumnClassName(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getColumnCount() - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getColumnDisplaySize(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getColumnLabel(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getColumnName(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getColumnPrivileges(String, String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getColumnPrivileges(String, String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getColumns(String, String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getColumns(String, String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getColumnType(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getColumnTypeName(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getConcurrency() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getConnection() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getConnection() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getConnection() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getConnection() - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.ParameterMetaDataWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.RefWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.ResultSetMetaDataWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.RowIdWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.SavepointWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.SQLDataWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.StructWrapperImpl
-
Gets the connection wrapper.
- getConnectionWrapper() - Method in class com.aoapps.sql.wrapper.WriterWrapper
-
Gets the connection wrapper.
- getCrossReference(String, String, String, String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getCrossReference(String, String, String, String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getCursorName() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getDatabaseMajorVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDatabaseMinorVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDatabaseProductName() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDatabaseProductVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDate(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getDate(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getDate(int, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getDate(int, Calendar) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getDate(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getDate(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getDate(String, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getDate(String, Calendar) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getDefaultTransactionIsolation() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDouble(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getDouble(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getDouble(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getDouble(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getDriver() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- getDriverMajorVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDriverMajorVersion() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getDriverMajorVersion(int) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the driver major version for the given wrapped-driver's major version.
- getDriverMinorVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDriverMinorVersion() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getDriverMinorVersion(int) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the driver minor version for the given wrapped-driver's minor version.
- getDriverName() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDriverName() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getDriverName(String) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the driver name for the given wrapped-driver's name.
- getDriverVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getDriverVersion() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getDriverVersion(String) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the driver version for the given wrapped-driver's version.
- getExportedKeys(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getExportedKeys(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getExtraNameCharacters() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getFetchDirection() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getFetchDirection() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getFetchSize() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getFetchSize() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getFloat(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getFloat(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getFloat(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getFloat(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getFunctionColumns(String, String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getFunctionColumns(String, String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getFunctions(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getFunctions(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getGeneratedKeys() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getGeneratedKeys() - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
- getHoldability() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getHoldability() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getIdentifierQuoteString() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getImportedKeys(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getImportedKeys(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getIndexInfo(String, String, String, boolean, boolean) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getInt(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getInt(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getInt(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getInt(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getJDBCMajorVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getJDBCMinorVersion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getLargeMaxRows() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getLargeUpdateCount() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getLong(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getLong(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getLong(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getLong(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getMajorVersion() - Method in class com.aoapps.sql.wrapper.Driver
- getMajorVersion() - Method in class com.aoapps.sql.wrapper.DriverWrapper
- getMaxBinaryLiteralLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxCatalogNameLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxCharLiteralLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxColumnNameLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxColumnsInGroupBy() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxColumnsInIndex() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxColumnsInOrderBy() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxColumnsInSelect() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxColumnsInTable() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxConnections() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxCursorNameLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxFieldSize() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getMaxIndexLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxLogicalLobSize() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxProcedureNameLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxRows() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getMaxRowSize() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxSchemaNameLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxStatementLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxStatements() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxTableNameLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxTablesInSelect() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMaxUserNameLength() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getMetaData() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getMetaData() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- getMetaData() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- getMetaData() - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- getMetaData() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getMetaData() - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getMinorVersion() - Method in class com.aoapps.sql.wrapper.Driver
- getMinorVersion() - Method in class com.aoapps.sql.wrapper.DriverWrapper
- getMoreResults() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getMoreResults(int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getNCharacterStream(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getNCharacterStream(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getNCharacterStream(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getNCharacterStream(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getNCharacterStream(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getNCharacterStream(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getNCharacterStream(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getNCharacterStream(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getNClob(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getNClob(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getNClob(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getNClob(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getNClob(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getNClob(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getNClob(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getNClob(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getNetworkTimeout() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getNString(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getNString(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getNString(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getNString(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getNumericFunctions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getObject() - Method in interface com.aoapps.sql.wrapper.RefWrapper
- getObject(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getObject(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getObject(int, Class<T>) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getObject(int, Class<T>) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getObject(int, Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getObject(int, Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getObject(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getObject(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getObject(String, Class<T>) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getObject(String, Class<T>) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getObject(String, Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getObject(String, Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getObject(Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.RefWrapper
- getParameterClassName(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- getParameterCount() - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- getParameterMetaData() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- getParameterMetaData() - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- getParameterMode(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- getParameterType(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- getParameterTypeName(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- getParentLogger() - Method in class com.aoapps.sql.wrapper.Driver
- getParentLogger() - Method in class com.aoapps.sql.wrapper.DriverWrapper
- getPrecision(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- getPrecision(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getPrimaryKeys(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getPrimaryKeys(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getProcedureColumns(String, String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getProcedureColumns(String, String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getProcedures(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getProcedures(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getProcedureTerm() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getPropertyInfo(String, Properties) - Method in class com.aoapps.sql.wrapper.DriverWrapper
- getPseudoColumns(String, String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getPseudoColumns(String, String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getQueryTimeout() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getRef(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getRef(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getRef(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getRef(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getRef(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getRef(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getRef(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getRef(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getResultSet() - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getResultSet() - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
- getResultSet() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getResultSet() - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
- getResultSet(long, int) - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getResultSet(long, int) - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
- getResultSet(long, int, Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getResultSet(long, int, Map<String, Class<?>>) - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
- getResultSet(Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
- getResultSet(Map<String, Class<?>>) - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
- getResultSetConcurrency() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getResultSetHoldability() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getResultSetHoldability() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getResultSetType() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getRow() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getRowId(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getRowId(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getRowId(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getRowId(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getRowId(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getRowId(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getRowId(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getRowId(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getRowIdLifetime() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSavepointId() - Method in interface com.aoapps.sql.wrapper.SavepointWrapper
- getSavepointName() - Method in interface com.aoapps.sql.wrapper.SavepointWrapper
- getScale(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- getScale(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getSchema() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getSchemaName(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getSchemas() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSchemas() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getSchemas(String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSchemas(String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getSchemaTerm() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSearchStringEscape() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getShort(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getShort(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getShort(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getShort(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getSource(Class<T>) - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- getSQLKeywords() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSQLStateType() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSQLTypeName() - Method in interface com.aoapps.sql.wrapper.SQLDataWrapper
- getSQLTypeName() - Method in interface com.aoapps.sql.wrapper.StructWrapper
- getSQLXML(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getSQLXML(int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getSQLXML(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getSQLXML(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getSQLXML(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getSQLXML(String) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getSQLXML(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getSQLXML(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getStatement() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getStatement() - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getStatementWrapper() - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
-
Gets the statement wrapper.
- getStatementWrapper() - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Gets the statement wrapper.
- getString() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- getString(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getString(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getString(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getString(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getStringFunctions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSubString(long, int) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- getSuperTables(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSuperTables(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getSuperTypes(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getSuperTypes(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getSystemFunctions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getTableName(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- getTablePrivileges(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getTablePrivileges(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getTables(String, String, String, String[]) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getTables(String, String, String, String[]) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getTableTypes() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getTableTypes() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getTime(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTime(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTime(int, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTime(int, Calendar) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTime(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTime(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTime(String, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTime(String, Calendar) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTimeDateFunctions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getTimestamp(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTimestamp(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTimestamp(int, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTimestamp(int, Calendar) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTimestamp(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTimestamp(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTimestamp(String, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getTimestamp(String, Calendar) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTransactionIsolation() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getType() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getTypeInfo() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getTypeInfo() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getTypeMap() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getUDTs(String, String, String, int[]) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getUDTs(String, String, String, int[]) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getUnicodeStream(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
-
Deprecated.
- getUnicodeStream(int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Deprecated.
- getUnicodeStream(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
-
Deprecated.
- getUnicodeStream(String) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Deprecated.
- getUpdateCount() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getURL() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getURL() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getURL(int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getURL(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getURL(String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- getURL(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getUrlPrefix() - Method in class com.aoapps.sql.wrapper.Driver
- getUrlPrefix() - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the JDBC prefix used for this driver wrapper.
- getUserName() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getVersion() - Method in class com.aoapps.sql.wrapper.Driver
- getVersion() - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the full version string, which may be used for the driver version meta data associated with connections.
- getVersionColumns(String, String, String) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- getVersionColumns(String, String, String) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getWarnings() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- getWarnings() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- getWarnings() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- getWrapped() - Method in interface com.aoapps.sql.wrapper.ArrayWrapper
-
Gets the array that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.BlobWrapper
-
Gets the blob that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
-
Gets the callable statement that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.ClobWrapper
-
Gets the clob that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
-
Gets the connection that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
-
Gets the database meta data that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- getWrapped() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
-
Gets the input stream that is wrapped.
- getWrapped() - Method in interface com.aoapps.sql.wrapper.NClobWrapper
-
Gets the nclob that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.NClobWrapperImpl
- getWrapped() - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
-
Gets the output stream that is wrapped.
- getWrapped() - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
-
Gets the parameter meta data that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.ParameterMetaDataWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
-
Gets the prepared statement that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- getWrapped() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
-
Gets the reader that is wrapped.
- getWrapped() - Method in interface com.aoapps.sql.wrapper.RefWrapper
-
Gets the ref that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.RefWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
-
Gets the result set meta data that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.ResultSetMetaDataWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
-
Gets the results that are wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.RowIdWrapper
-
Gets the row ID that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.RowIdWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.SavepointWrapper
-
Gets the savepoint that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.SavepointWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.SQLDataWrapper
-
Gets the SQL data that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.SQLDataWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
-
Gets the SQL input that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
-
Gets the SQL output that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
-
Gets the SQL XML that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
-
Gets the statement that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.StructWrapper
-
Gets the struct that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.StructWrapperImpl
- getWrapped() - Method in interface com.aoapps.sql.wrapper.Wrapper
-
Gets the wrapper that is wrapped.
- getWrapped() - Method in class com.aoapps.sql.wrapper.WriterWrapper
-
Gets the writer that is wrapped.
- getWrappedConnection() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
-
Deprecated.
H
- hashCode() - Method in interface com.aoapps.sql.wrapper.RowIdWrapper
- hashCode() - Method in class com.aoapps.sql.wrapper.RowIdWrapperImpl
I
- InputStreamWrapper - Class in com.aoapps.sql.wrapper
-
Wraps an
InputStream
. - InputStreamWrapper(ConnectionWrapperImpl, InputStream) - Constructor for class com.aoapps.sql.wrapper.InputStreamWrapper
- insertRow() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- insertsAreDetected(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- isAfterLast() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- isAutoIncrement(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isBeforeFirst() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- isCaseSensitive(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isCatalogAtStart() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- isClosed() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- isClosed() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- isClosed() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- isCloseOnCompletion() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- isCurrency(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isDefinitelyWritable(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isFirst() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- isLast() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- isNoClose() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- isNoClose() - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
- isNoClose() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- isNoClose() - Method in class com.aoapps.sql.wrapper.WriterWrapper
- isNullable(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- isNullable(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isPoolable() - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- isReadOnly() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- isReadOnly() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- isReadOnly(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isSearchable(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isSigned(int) - Method in interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
- isSigned(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
- isSimpleIdentifier(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- isValid(int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- isWrapperFor(Class<?>) - Method in interface com.aoapps.sql.wrapper.Wrapper
- isWritable(int) - Method in interface com.aoapps.sql.wrapper.ResultSetMetaDataWrapper
J
- jdbcCompliant() - Method in class com.aoapps.sql.wrapper.DriverWrapper
L
- last() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- length() - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- length() - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- locatorsUpdateCopy() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
M
- mark(int) - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- mark(int) - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- markSupported() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- markSupported() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- moveToCurrentRow() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- moveToInsertRow() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
N
- nativeSQL(String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- NClobWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
NClob
. - NClobWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
NClob
. - NClobWrapperImpl(ConnectionWrapperImpl, NClob) - Constructor for class com.aoapps.sql.wrapper.NClobWrapperImpl
- newArrayWrapper(StatementWrapperImpl, Array) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
ArrayWrapperImpl
. - newBlobWrapper(Blob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
BlobWrapperImpl
. - newCallableStatementWrapper(CallableStatement) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
CallableStatementWrapperImpl
. - newClobWrapper(Clob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
ClobWrapperImpl
. - newConnectionWrapper(Connection) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Creates a new
ConnectionWrapperImpl
. - newDatabaseMetaDataWrapper(DatabaseMetaData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
DatabaseMetaDataWrapperImpl
. - newInputStreamWrapper(InputStream) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
InputStreamWrapper
. - newNClobWrapper(NClob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
NClobWrapperImpl
. - newOutputStreamWrapper(OutputStream) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
OutputStreamWrapper
. - newParameterMetaDataWrapper(ParameterMetaData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
ParameterMetaDataWrapperImpl
. - newPreparedStatementWrapper(PreparedStatement) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
PreparedStatementWrapperImpl
. - newReaderWrapper(Reader) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
ReaderWrapper
. - newRefWrapper(Ref) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
RefWrapperImpl
. - newResultSetMetaDataWrapper(ResultSetMetaData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
ResultSetMetaDataWrapperImpl
. - newResultSetWrapper(StatementWrapperImpl, ResultSet) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
ResultSetWrapperImpl
. - newRowIdWrapper(RowId) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
RowIdWrapperImpl
. - newSavepointWrapper(Savepoint) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
SavepointWrapperImpl
. - newSQLDataWrapper(SQLData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
SQLDataWrapperImpl
. - newSQLInputWrapper(SQLInput) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
SQLInputWrapperImpl
. - newSQLOutputWrapper(SQLOutput) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
SQLOutputWrapperImpl
. - newSQLXMLWrapper(SQLXML) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
SQLXMLWrapperImpl
. - newStatementWrapper(Statement) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
StatementWrapperImpl
. - newStructWrapper(Struct) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
StructWrapperImpl
. - newWriterWrapper(Writer) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Creates a new
WriterWrapper
. - next() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- nullPlusNonNullIsNull() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- nullsAreSortedAtEnd() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- nullsAreSortedAtStart() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- nullsAreSortedHigh() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- nullsAreSortedLow() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
O
- onDeregister() - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Called on driver deregistration.
- othersDeletesAreVisible(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- othersInsertsAreVisible(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- othersUpdatesAreVisible(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- OutputStreamWrapper - Class in com.aoapps.sql.wrapper
-
Wraps an
OutputStream
. - OutputStreamWrapper(ConnectionWrapperImpl, OutputStream) - Constructor for class com.aoapps.sql.wrapper.OutputStreamWrapper
- ownDeletesAreVisible(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- ownInsertsAreVisible(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- ownUpdatesAreVisible(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
P
- ParameterMetaDataWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
ParameterMetaData
. - ParameterMetaDataWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
ParameterMetaData
. - ParameterMetaDataWrapperImpl(ConnectionWrapperImpl, ParameterMetaData) - Constructor for class com.aoapps.sql.wrapper.ParameterMetaDataWrapperImpl
- position(byte[], long) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- position(String, long) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- position(Blob, long) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- position(Blob, long) - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
- position(Clob, long) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- position(Clob, long) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- prepareCall(String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareCall(String) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- prepareCall(String, int, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareCall(String, int, int) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- prepareCall(String, int, int, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareCall(String, int, int, int) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- PreparedStatementWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
PreparedStatement
. - PreparedStatementWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
PreparedStatement
. - PreparedStatementWrapperImpl(ConnectionWrapperImpl, PreparedStatement) - Constructor for class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- prepareStatement(String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareStatement(String) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- prepareStatement(String, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareStatement(String, int) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- prepareStatement(String, int[]) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareStatement(String, int[]) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- prepareStatement(String, int, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareStatement(String, int, int) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- prepareStatement(String, int, int, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareStatement(String, int, int, int) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- prepareStatement(String, String[]) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- prepareStatement(String, String[]) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- previous() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
R
- read() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- read() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- read(byte[]) - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- read(byte[], int, int) - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- read(char[]) - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- read(char[], int, int) - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- read(CharBuffer) - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- readAllBytes() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- readArray() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readArray() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readAsciiStream() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readAsciiStream() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readBigDecimal() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readBinaryStream() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readBinaryStream() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readBlob() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readBlob() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readBoolean() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readByte() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readBytes() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readCharacterStream() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readCharacterStream() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readClob() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readClob() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readDate() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readDouble() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- ReaderWrapper - Class in com.aoapps.sql.wrapper
-
Wraps a
Reader
. - ReaderWrapper(ConnectionWrapperImpl, Reader) - Constructor for class com.aoapps.sql.wrapper.ReaderWrapper
- readFloat() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readInt() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readLong() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readNBytes(byte[], int, int) - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- readNBytes(int) - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- readNClob() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readNClob() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readNString() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readObject() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readObject(Class<T>) - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readRef() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readRef() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readRowId() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readRowId() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readShort() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readSQL(SQLInput, String) - Method in interface com.aoapps.sql.wrapper.SQLDataWrapper
- readSQL(SQLInput, String) - Method in class com.aoapps.sql.wrapper.SQLDataWrapperImpl
- readSQLXML() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readSQLXML() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- readString() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readTime() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readTimestamp() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- readURL() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- ready() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- refreshRow() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- RefWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
Ref
. - RefWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
Ref
. - RefWrapperImpl(ConnectionWrapperImpl, Ref) - Constructor for class com.aoapps.sql.wrapper.RefWrapperImpl
- register() - Static method in class com.aoapps.sql.wrapper.Driver
-
Registers the driver if not yet already registered.
- registerOutParameter(int, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(int, int, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(int, int, String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(int, SQLType) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(int, SQLType, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(int, SQLType, String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(String, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(String, int, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(String, int, String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(String, SQLType) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(String, SQLType, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- registerOutParameter(String, SQLType, String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- relative(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- releaseSavepoint(Savepoint) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- releaseSavepoint(Savepoint) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- reset() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- reset() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- ResultSetMetaDataWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
ResultSetMetaData
. - ResultSetMetaDataWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
ResultSetMetaData
. - ResultSetMetaDataWrapperImpl(ConnectionWrapperImpl, ResultSetMetaData) - Constructor for class com.aoapps.sql.wrapper.ResultSetMetaDataWrapperImpl
- ResultSetWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
ResultSet
. - ResultSetWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
ResultSet
. - ResultSetWrapperImpl(ConnectionWrapperImpl, StatementWrapperImpl, ResultSet) - Constructor for class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
ResultSet
. - rollback() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- rollback(Savepoint) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- rollback(Savepoint) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- rowDeleted() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- RowIdWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
RowId
. - RowIdWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
RowId
. - RowIdWrapperImpl(ConnectionWrapperImpl, RowId) - Constructor for class com.aoapps.sql.wrapper.RowIdWrapperImpl
- rowInserted() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- rowUpdated() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
S
- SavepointWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
Savepoint
. - SavepointWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
Savepoint
. - SavepointWrapperImpl(ConnectionWrapperImpl, Savepoint) - Constructor for class com.aoapps.sql.wrapper.SavepointWrapperImpl
- setArray(int, Array) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setArray(int, Array) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setAsciiStream(int, InputStream) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setAsciiStream(int, InputStream) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setAsciiStream(int, InputStream, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setAsciiStream(int, InputStream, int) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setAsciiStream(int, InputStream, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setAsciiStream(int, InputStream, long) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setAsciiStream(long) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- setAsciiStream(long) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- setAsciiStream(String, InputStream) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setAsciiStream(String, InputStream) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setAsciiStream(String, InputStream, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setAsciiStream(String, InputStream, int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setAsciiStream(String, InputStream, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setAsciiStream(String, InputStream, long) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setAutoCommit(boolean) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setBigDecimal(int, BigDecimal) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBigDecimal(String, BigDecimal) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBinaryStream() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- setBinaryStream() - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- setBinaryStream(int, InputStream) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBinaryStream(int, InputStream) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setBinaryStream(int, InputStream, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBinaryStream(int, InputStream, int) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setBinaryStream(int, InputStream, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBinaryStream(int, InputStream, long) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setBinaryStream(long) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- setBinaryStream(long) - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
- setBinaryStream(String, InputStream) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBinaryStream(String, InputStream) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setBinaryStream(String, InputStream, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBinaryStream(String, InputStream, int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setBinaryStream(String, InputStream, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBinaryStream(String, InputStream, long) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setBlob(int, InputStream) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBlob(int, InputStream) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setBlob(int, InputStream, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBlob(int, InputStream, long) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setBlob(int, Blob) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBlob(int, Blob) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setBlob(String, InputStream) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBlob(String, InputStream) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setBlob(String, InputStream, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBlob(String, InputStream, long) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setBlob(String, Blob) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBlob(String, Blob) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setBoolean(int, boolean) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBoolean(String, boolean) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setByte(int, byte) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setByte(String, byte) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setBytes(int, byte[]) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setBytes(long, byte[]) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- setBytes(long, byte[], int, int) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- setBytes(String, byte[]) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setCatalog(String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setCharacterStream() - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- setCharacterStream() - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- setCharacterStream(int, Reader) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setCharacterStream(int, Reader) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setCharacterStream(int, Reader, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setCharacterStream(int, Reader, int) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setCharacterStream(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setCharacterStream(int, Reader, long) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setCharacterStream(long) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- setCharacterStream(long) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- setCharacterStream(String, Reader) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setCharacterStream(String, Reader) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setCharacterStream(String, Reader, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setCharacterStream(String, Reader, int) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setCharacterStream(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setCharacterStream(String, Reader, long) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setClientInfo(String, String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setClientInfo(Properties) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setClob(int, Reader) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setClob(int, Reader) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setClob(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setClob(int, Reader, long) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setClob(int, Clob) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setClob(int, Clob) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setClob(String, Reader) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setClob(String, Reader) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setClob(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setClob(String, Reader, long) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setClob(String, Clob) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setClob(String, Clob) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setCursorName(String) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setDate(int, Date) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setDate(int, Date, Calendar) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setDate(String, Date) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setDate(String, Date, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setDouble(int, double) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setDouble(String, double) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setEscapeProcessing(boolean) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setFetchDirection(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- setFetchDirection(int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setFetchSize(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- setFetchSize(int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setFloat(int, float) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setFloat(String, float) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setHoldability(int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setInt(int, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setInt(String, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setLargeMaxRows(long) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setLong(int, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setLong(String, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setMaxFieldSize(int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setMaxRows(int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setNCharacterStream(int, Reader) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNCharacterStream(int, Reader) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setNCharacterStream(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNCharacterStream(int, Reader, long) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setNCharacterStream(String, Reader) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setNCharacterStream(String, Reader) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setNCharacterStream(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setNCharacterStream(String, Reader, long) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setNClob(int, Reader) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNClob(int, Reader) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setNClob(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNClob(int, Reader, long) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setNClob(int, NClob) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNClob(int, NClob) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setNClob(String, Reader) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setNClob(String, Reader) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setNClob(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setNClob(String, Reader, long) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setNClob(String, NClob) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setNClob(String, NClob) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setNetworkTimeout(Executor, int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setNString(int, String) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNString(String, String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setNull(int, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNull(int, int, String) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setNull(String, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setNull(String, int, String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setObject(int, Object) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setObject(int, Object, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setObject(int, Object, int, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setObject(int, Object, SQLType) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setObject(int, Object, SQLType, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setObject(Object) - Method in interface com.aoapps.sql.wrapper.RefWrapper
- setObject(String, Object) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setObject(String, Object, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setObject(String, Object, int, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setObject(String, Object, SQLType) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setObject(String, Object, SQLType, int) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setPoolable(boolean) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setQueryTimeout(int) - Method in interface com.aoapps.sql.wrapper.StatementWrapper
- setReadOnly(boolean) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setRef(int, Ref) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setRef(int, Ref) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setResult(Class<T>) - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- setRowId(int, RowId) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setRowId(int, RowId) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setRowId(String, RowId) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setRowId(String, RowId) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setSavepoint() - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setSavepoint() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- setSavepoint(String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setSavepoint(String) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- setSchema(String) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setShort(int, short) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setShort(String, short) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setSQLXML(int, SQLXML) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setSQLXML(int, SQLXML) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
- setSQLXML(String, SQLXML) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setSQLXML(String, SQLXML) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
- setString(int, String) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setString(long, String) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- setString(long, String, int, int) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
- setString(String) - Method in interface com.aoapps.sql.wrapper.SQLXMLWrapper
- setString(String, String) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setTime(int, Time) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setTime(int, Time, Calendar) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setTime(String, Time) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setTime(String, Time, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setTimestamp(int, Timestamp) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setTimestamp(int, Timestamp, Calendar) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setTimestamp(String, Timestamp) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setTimestamp(String, Timestamp, Calendar) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- setTransactionIsolation(int) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setTypeMap(Map<String, Class<?>>) - Method in interface com.aoapps.sql.wrapper.ConnectionWrapper
- setUnicodeStream(int, InputStream, int) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Deprecated.
- setURL(int, URL) - Method in interface com.aoapps.sql.wrapper.PreparedStatementWrapper
- setURL(String, URL) - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- skip(long) - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- skip(long) - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- SQLDataWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
SQLData
. - SQLDataWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
SQLData
. - SQLDataWrapperImpl(ConnectionWrapperImpl, SQLData) - Constructor for class com.aoapps.sql.wrapper.SQLDataWrapperImpl
- SQLInputWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
SQLInput
. - SQLInputWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
SQLInput
. - SQLInputWrapperImpl(ConnectionWrapperImpl, SQLInput) - Constructor for class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- SQLOutputWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
SQLOutput
. - SQLOutputWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
SQLOutput
. - SQLOutputWrapperImpl(ConnectionWrapperImpl, SQLOutput) - Constructor for class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- SQLXMLWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
SQLXML
. - SQLXMLWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
SQLXML
. - SQLXMLWrapperImpl(ConnectionWrapperImpl, SQLXML) - Constructor for class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- StatementWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
Statement
. - StatementWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
Statement
. - StatementWrapperImpl(ConnectionWrapperImpl, Statement) - Constructor for class com.aoapps.sql.wrapper.StatementWrapperImpl
- storesLowerCaseIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- storesLowerCaseQuotedIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- storesMixedCaseIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- storesMixedCaseQuotedIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- storesUpperCaseIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- storesUpperCaseQuotedIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- StructWrapper - Interface in com.aoapps.sql.wrapper
-
Wraps a
Struct
. - StructWrapperImpl - Class in com.aoapps.sql.wrapper
-
Wraps a
Struct
. - StructWrapperImpl(ConnectionWrapperImpl, Struct) - Constructor for class com.aoapps.sql.wrapper.StructWrapperImpl
- supportsAlterTableWithAddColumn() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsAlterTableWithDropColumn() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsANSI92EntryLevelSQL() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsANSI92FullSQL() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsANSI92IntermediateSQL() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsBatchUpdates() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsCatalogsInDataManipulation() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsCatalogsInIndexDefinitions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsCatalogsInPrivilegeDefinitions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsCatalogsInProcedureCalls() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsCatalogsInTableDefinitions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsColumnAliasing() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsConvert() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsConvert(int, int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsCoreSQLGrammar() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsCorrelatedSubqueries() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsDataDefinitionAndDataManipulationTransactions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsDataManipulationTransactionsOnly() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsDifferentTableCorrelationNames() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsExpressionsInOrderBy() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsExtendedSQLGrammar() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsFullOuterJoins() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsGetGeneratedKeys() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsGroupBy() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsGroupByBeyondSelect() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsGroupByUnrelated() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsIntegrityEnhancementFacility() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsLikeEscapeClause() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsLimitedOuterJoins() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsMinimumSQLGrammar() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsMixedCaseIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsMixedCaseQuotedIdentifiers() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsMultipleOpenResults() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsMultipleResultSets() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsMultipleTransactions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsNamedParameters() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsNonNullableColumns() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsOpenCursorsAcrossCommit() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsOpenCursorsAcrossRollback() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsOpenStatementsAcrossCommit() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsOpenStatementsAcrossRollback() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsOrderByUnrelated() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsOuterJoins() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsPositionedDelete() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsPositionedUpdate() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsRefCursors() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsResultSetConcurrency(int, int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsResultSetHoldability(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsResultSetType(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSavepoints() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSchemasInDataManipulation() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSchemasInIndexDefinitions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSchemasInPrivilegeDefinitions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSchemasInProcedureCalls() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSchemasInTableDefinitions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSelectForUpdate() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSharding() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsStatementPooling() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsStoredFunctionsUsingCallSyntax() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsStoredProcedures() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSubqueriesInComparisons() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSubqueriesInExists() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSubqueriesInIns() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsSubqueriesInQuantifieds() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsTableCorrelationNames() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsTransactionIsolationLevel(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsTransactions() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsUnion() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- supportsUnionAll() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
T
- toString() - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.DriverWrapper
- toString() - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- toString() - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
- toString() - Method in class com.aoapps.sql.wrapper.ParameterMetaDataWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- toString() - Method in class com.aoapps.sql.wrapper.RefWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.ResultSetMetaDataWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- toString() - Method in interface com.aoapps.sql.wrapper.RowIdWrapper
- toString() - Method in class com.aoapps.sql.wrapper.RowIdWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.SavepointWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.SQLDataWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.StructWrapperImpl
- toString() - Method in class com.aoapps.sql.wrapper.WriterWrapper
- toWrappedUrl(String) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the JDBC URL used by the wrapped driver.
- toWrapperUrl(String) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Gets the JDBC URL used by the wrapper driver.
- transferTo(OutputStream) - Method in class com.aoapps.sql.wrapper.InputStreamWrapper
- transferTo(Writer) - Method in class com.aoapps.sql.wrapper.ReaderWrapper
- truncate(long) - Method in interface com.aoapps.sql.wrapper.BlobWrapper
- truncate(long) - Method in interface com.aoapps.sql.wrapper.ClobWrapper
U
- unwrap(Class<T>) - Method in interface com.aoapps.sql.wrapper.Wrapper
- unwrapArray(Array) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps an
Array
, if wrapped by this wrapper. - unwrapArray(Array) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps an
Array
, if wrapped by this wrapper. - unwrapArray(Array) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps an
Array
, if wrapped by this wrapper. - unwrapArray(Array) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps an
Array
, if wrapped by this wrapper. - unwrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
-
Unwraps a
Blob
, if wrapped by this wrapper. - unwrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
Blob
, if wrapped by this wrapper. - unwrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps a
Blob
, if wrapped by this wrapper. - unwrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps a
Blob
, if wrapped by this wrapper. - unwrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
Blob
, if wrapped by this wrapper. - unwrapClob(Clob) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
-
Unwraps a
Clob
, if wrapped by this wrapper. - unwrapClob(Clob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
Clob
, if wrapped by this wrapper. - unwrapClob(Clob) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps a
Clob
, if wrapped by this wrapper. - unwrapClob(Clob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps a
Clob
, if wrapped by this wrapper. - unwrapClob(Clob) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
Clob
, if wrapped by this wrapper. - unwrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps an
InputStream
, if wrapped by this wrapper. - unwrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps an
InputStream
, if wrapped by this wrapper. - unwrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps an
InputStream
, if wrapped by this wrapper. - unwrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps an
InputStream
, if wrapped by this wrapper. - unwrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
NClob
, if wrapped by this wrapper. - unwrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps a
NClob
, if wrapped by this wrapper. - unwrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps a
NClob
, if wrapped by this wrapper. - unwrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
NClob
, if wrapped by this wrapper. - unwrapReader(Reader) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
Reader
, if wrapped by this wrapper. - unwrapReader(Reader) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps a
Reader
, if wrapped by this wrapper. - unwrapReader(Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps a
Reader
, if wrapped by this wrapper. - unwrapReader(Reader) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
Reader
, if wrapped by this wrapper. - unwrapRef(Ref) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
Ref
, if wrapped by this wrapper. - unwrapRef(Ref) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps a
Ref
, if wrapped by this wrapper. - unwrapRef(Ref) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps a
Ref
, if wrapped by this wrapper. - unwrapRef(Ref) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
Ref
, if wrapped by this wrapper. - unwrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
RowId
, if wrapped by this wrapper. - unwrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps a
RowId
, if wrapped by this wrapper. - unwrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps a
RowId
, if wrapped by this wrapper. - unwrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.RowIdWrapperImpl
-
Unwraps a
RowId
, if wrapped by this wrapper. - unwrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
RowId
, if wrapped by this wrapper. - unwrapSavepoint(Savepoint) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
Savepoint
, if wrapped by this wrapper. - unwrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
SQLXML
, if wrapped by this wrapper. - unwrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Unwraps a
SQLXML
, if wrapped by this wrapper. - unwrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Unwraps a
SQLXML
, if wrapped by this wrapper. - unwrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
SQLXML
, if wrapped by this wrapper. - unwrapStruct(Struct) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Unwraps a
Struct
, if wrapped by this wrapper. - unwrapStruct(Struct) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Unwraps a
Struct
, if wrapped by this wrapper. - updateArray(int, Array) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateArray(int, Array) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateArray(String, Array) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateArray(String, Array) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateAsciiStream(int, InputStream) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateAsciiStream(int, InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateAsciiStream(int, InputStream, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateAsciiStream(int, InputStream, int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateAsciiStream(int, InputStream, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateAsciiStream(int, InputStream, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateAsciiStream(String, InputStream) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateAsciiStream(String, InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateAsciiStream(String, InputStream, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateAsciiStream(String, InputStream, int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateAsciiStream(String, InputStream, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateAsciiStream(String, InputStream, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBigDecimal(int, BigDecimal) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBigDecimal(String, BigDecimal) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBinaryStream(int, InputStream) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBinaryStream(int, InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBinaryStream(int, InputStream, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBinaryStream(int, InputStream, int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBinaryStream(int, InputStream, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBinaryStream(int, InputStream, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBinaryStream(String, InputStream) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBinaryStream(String, InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBinaryStream(String, InputStream, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBinaryStream(String, InputStream, int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBinaryStream(String, InputStream, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBinaryStream(String, InputStream, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBlob(int, InputStream) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBlob(int, InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBlob(int, InputStream, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBlob(int, InputStream, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBlob(int, Blob) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBlob(int, Blob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBlob(String, InputStream) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBlob(String, InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBlob(String, InputStream, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBlob(String, InputStream, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBlob(String, Blob) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBlob(String, Blob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateBoolean(int, boolean) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBoolean(String, boolean) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateByte(int, byte) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateByte(String, byte) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBytes(int, byte[]) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateBytes(String, byte[]) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateCharacterStream(int, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateCharacterStream(int, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateCharacterStream(int, Reader, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateCharacterStream(int, Reader, int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateCharacterStream(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateCharacterStream(int, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateCharacterStream(String, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateCharacterStream(String, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateCharacterStream(String, Reader, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateCharacterStream(String, Reader, int) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateCharacterStream(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateCharacterStream(String, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateClob(int, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateClob(int, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateClob(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateClob(int, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateClob(int, Clob) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateClob(int, Clob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateClob(String, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateClob(String, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateClob(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateClob(String, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateClob(String, Clob) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateClob(String, Clob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateDate(int, Date) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateDate(String, Date) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateDouble(int, double) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateDouble(String, double) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateFloat(int, float) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateFloat(String, float) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateInt(int, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateInt(String, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateLong(int, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateLong(String, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNCharacterStream(int, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNCharacterStream(int, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNCharacterStream(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNCharacterStream(int, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNCharacterStream(String, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNCharacterStream(String, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNCharacterStream(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNCharacterStream(String, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNClob(int, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNClob(int, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNClob(int, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNClob(int, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNClob(int, NClob) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNClob(int, NClob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNClob(String, Reader) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNClob(String, Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNClob(String, Reader, long) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNClob(String, Reader, long) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNClob(String, NClob) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNClob(String, NClob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateNString(int, String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNString(String, String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNull(int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateNull(String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(int, Object) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(int, Object, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(int, Object, SQLType) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(int, Object, SQLType, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(String, Object) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(String, Object, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(String, Object, SQLType) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateObject(String, Object, SQLType, int) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateRef(int, Ref) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateRef(int, Ref) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateRef(String, Ref) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateRef(String, Ref) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateRow() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateRowId(int, RowId) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateRowId(int, RowId) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateRowId(String, RowId) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateRowId(String, RowId) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updatesAreDetected(int) - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- updateShort(int, short) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateShort(String, short) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateSQLXML(int, SQLXML) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateSQLXML(int, SQLXML) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateSQLXML(String, SQLXML) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateSQLXML(String, SQLXML) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
- updateString(int, String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateString(String, String) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateTime(int, Time) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateTime(String, Time) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateTimestamp(int, Timestamp) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- updateTimestamp(String, Timestamp) - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- usesLocalFilePerTable() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
- usesLocalFiles() - Method in interface com.aoapps.sql.wrapper.DatabaseMetaDataWrapper
W
- wasNull() - Method in interface com.aoapps.sql.wrapper.CallableStatementWrapper
- wasNull() - Method in interface com.aoapps.sql.wrapper.ResultSetWrapper
- wasNull() - Method in interface com.aoapps.sql.wrapper.SQLInputWrapper
- wrapArray(StatementWrapperImpl, Array) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps an
Array
, if not already wrapped by this wrapper. - wrapArray(Array) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps an
Array
, if not already wrapped by this wrapper. - wrapArray(Array) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps an
Array
, if not already wrapped by this wrapper. - wrapArray(Array) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps an
Array
, if not already wrapped by this wrapper. - wrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps a
Blob
, if not already wrapped by this wrapper. - wrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Blob
, if not already wrapped by this wrapper. - wrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
Blob
, if not already wrapped by this wrapper. - wrapBlob(Blob) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps a
Blob
, if not already wrapped by this wrapper. - wrapCallableStatement(CallableStatement) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
CallableStatement
, if not already wrapped by this wrapper. - wrapClob(Clob) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps a
Clob
, if not already wrapped by this wrapper. - wrapClob(Clob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Clob
, if not already wrapped by this wrapper. - wrapClob(Clob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
Clob
, if not already wrapped by this wrapper. - wrapClob(Clob) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps a
Clob
, if not already wrapped by this wrapper. - wrapConnection(Connection) - Method in class com.aoapps.sql.wrapper.DriverWrapper
-
Wraps a
Connection
, if not already wrapped by this wrapper. - wrapDatabaseMetaData(DatabaseMetaData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
DatabaseMetaData
, if not already wrapped by this wrapper. - wrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
-
Wraps an
InputStream
, if not already wrapped by this wrapper. - wrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
-
Wraps an
InputStream
, if not already wrapped by this wrapper. - wrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps an
InputStream
, if not already wrapped by this wrapper. - wrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps an
InputStream
, if not already wrapped by this wrapper. - wrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps an
InputStream
, if not already wrapped by this wrapper. - wrapInputStream(InputStream) - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
-
Wraps an
InputStream
, if not already wrapped by this wrapper. - wrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps a
NClob
, if not already wrapped by this wrapper. - wrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
NClob
, if not already wrapped by this wrapper. - wrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
NClob
, if not already wrapped by this wrapper. - wrapNClob(NClob) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps a
NClob
, if not already wrapped by this wrapper. - wrapOutputStream(OutputStream) - Method in class com.aoapps.sql.wrapper.BlobWrapperImpl
-
Wraps an
OutputStream
, if not already wrapped by this wrapper. - wrapOutputStream(OutputStream) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
-
Wraps an
OutputStream
, if not already wrapped by this wrapper. - wrapOutputStream(OutputStream) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps an
OutputStream
, if not already wrapped by this wrapper. - wrapOutputStream(OutputStream) - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
-
Wraps an
OutputStream
, if not already wrapped by this wrapper. - wrapParameterMetaData(ParameterMetaData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
ParameterMetaData
, if not already wrapped by this wrapper. - wrapParameterMetaData(ParameterMetaData) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Wraps a
ParameterMetaData
, if not already wrapped by this wrapper. - Wrapper - Interface in com.aoapps.sql.wrapper
-
Wraps an
Object
. - wrapPreparedStatement(PreparedStatement) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
PreparedStatement
, if not already wrapped by this wrapper. - wrapReader(Reader) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps a
Reader
, if not already wrapped by this wrapper. - wrapReader(Reader) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
-
Wraps a
Reader
, if not already wrapped by this wrapper. - wrapReader(Reader) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Reader
, if not already wrapped by this wrapper. - wrapReader(Reader) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
Reader
, if not already wrapped by this wrapper. - wrapReader(Reader) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps a
Reader
, if not already wrapped by this wrapper. - wrapReader(Reader) - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
-
Wraps a
Reader
, if not already wrapped by this wrapper. - wrapRef(Ref) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps a
Ref
, if not already wrapped by this wrapper. - wrapRef(Ref) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Ref
, if not already wrapped by this wrapper. - wrapRef(Ref) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
Ref
, if not already wrapped by this wrapper. - wrapRef(Ref) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps a
Ref
, if not already wrapped by this wrapper. - wrapResultSet(StatementWrapperImpl, ResultSet) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
ResultSet
, if not already wrapped by this wrapper. - wrapResultSet(ResultSet) - Method in class com.aoapps.sql.wrapper.ArrayWrapperImpl
-
Wraps a
ResultSet
, if not already wrapped by this wrapper. - wrapResultSet(ResultSet) - Method in class com.aoapps.sql.wrapper.DatabaseMetaDataWrapperImpl
-
Wraps a
ResultSet
, if not already wrapped by this wrapper. - wrapResultSet(ResultSet) - Method in class com.aoapps.sql.wrapper.StatementWrapperImpl
-
Wraps a
ResultSet
, if not already wrapped by this wrapper. - wrapResultSetMetaData(ResultSetMetaData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
ResultSetMetaData
, if not already wrapped by this wrapper. - wrapResultSetMetaData(ResultSetMetaData) - Method in class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
-
Wraps a
ResultSetMetaData
, if not already wrapped by this wrapper. - wrapResultSetMetaData(ResultSetMetaData) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
ResultSetMetaData
, if not already wrapped by this wrapper. - wrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps a
RowId
, if not already wrapped by this wrapper. - wrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
RowId
, if not already wrapped by this wrapper. - wrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
RowId
, if not already wrapped by this wrapper. - wrapRowId(RowId) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps a
RowId
, if not already wrapped by this wrapper. - wrapSavepoint(Savepoint) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Savepoint
, if not already wrapped by this wrapper. - wrapSQLData(SQLData) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
SQLData
, if not already wrapped by this wrapper. - wrapSQLData(SQLData) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
-
Wraps a
SQLData
, if not already wrapped by this wrapper. - wrapSQLInput(SQLInput) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
SQLInput
, if not already wrapped by this wrapper. - wrapSQLInput(SQLInput) - Method in class com.aoapps.sql.wrapper.SQLDataWrapperImpl
-
Wraps a
SQLInput
, if not already wrapped by this wrapper. - wrapSQLOutput(SQLOutput) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
SQLOutput
, if not already wrapped by this wrapper. - wrapSQLOutput(SQLOutput) - Method in class com.aoapps.sql.wrapper.SQLDataWrapperImpl
-
Wraps a
SQLOutput
, if not already wrapped by this wrapper. - wrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
-
Wraps a
SQLXML
, if not already wrapped by this wrapper. - wrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
SQLXML
, if not already wrapped by this wrapper. - wrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
SQLXML
, if not already wrapped by this wrapper. - wrapSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.SQLInputWrapperImpl
-
Wraps a
SQLXML
, if not already wrapped by this wrapper. - wrapStatement(Statement) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Statement
, if not already wrapped by this wrapper. - wrapStatement(Statement) - Method in class com.aoapps.sql.wrapper.ResultSetWrapperImpl
-
Wraps a
Statement
, if not already wrapped by this wrapper. - wrapStruct(Struct) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Struct
, if not already wrapped by this wrapper. - wrapWriter(Writer) - Method in class com.aoapps.sql.wrapper.ClobWrapperImpl
-
Wraps a
Writer
, if not already wrapped by this wrapper. - wrapWriter(Writer) - Method in class com.aoapps.sql.wrapper.ConnectionWrapperImpl
-
Wraps a
Writer
, if not already wrapped by this wrapper. - wrapWriter(Writer) - Method in class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
-
Wraps a
Writer
, if not already wrapped by this wrapper. - write(byte[]) - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
- write(byte[], int, int) - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
- write(char[]) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- write(char[], int, int) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- write(int) - Method in class com.aoapps.sql.wrapper.OutputStreamWrapper
- write(int) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- write(String) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- write(String, int, int) - Method in class com.aoapps.sql.wrapper.WriterWrapper
- writeArray(Array) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeArray(Array) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeAsciiStream(InputStream) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeAsciiStream(InputStream) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeBigDecimal(BigDecimal) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeBinaryStream(InputStream) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeBinaryStream(InputStream) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeBlob(Blob) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeBlob(Blob) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeBoolean(boolean) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeByte(byte) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeBytes(byte[]) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeCharacterStream(Reader) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeCharacterStream(Reader) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeClob(Clob) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeClob(Clob) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeDate(Date) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeDouble(double) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeFloat(float) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeInt(int) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeLong(long) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeNClob(NClob) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeNClob(NClob) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeNString(String) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeObject(Object, SQLType) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeObject(SQLData) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeObject(SQLData) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeRef(Ref) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeRef(Ref) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeRowId(RowId) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeRowId(RowId) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- WriterWrapper - Class in com.aoapps.sql.wrapper
-
Wraps a
Writer
. - WriterWrapper(ConnectionWrapperImpl, Writer) - Constructor for class com.aoapps.sql.wrapper.WriterWrapper
- writeShort(short) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeSQL(SQLOutput) - Method in interface com.aoapps.sql.wrapper.SQLDataWrapper
- writeSQL(SQLOutput) - Method in class com.aoapps.sql.wrapper.SQLDataWrapperImpl
- writeSQLXML(SQLXML) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeSQLXML(SQLXML) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeString(String) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeStruct(Struct) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeStruct(Struct) - Method in class com.aoapps.sql.wrapper.SQLOutputWrapperImpl
- writeTime(Time) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeTimestamp(Timestamp) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
- writeURL(URL) - Method in interface com.aoapps.sql.wrapper.SQLOutputWrapper
All Classes and Interfaces|All Packages
ConnectionWrapper.getWrapped()