Index

A B C D E F G H I J L M N O P Q R S U W 
All Classes and Interfaces|All Packages|Constant Field Values

A

abort(Executor) - Method in class io.github.jdbcx.WrappedConnection
 
absolute(int) - Method in class io.github.jdbcx.WrappedResultSet
 
acceptsURL(String) - Method in class io.github.jdbcx.WrappedDriver
 
addBatch() - Method in class io.github.jdbcx.WrappedPreparedStatement
 
addBatch(String) - Method in class io.github.jdbcx.WrappedStatement
 
addConnectionEventListener(ConnectionEventListener) - Method in class io.github.jdbcx.WrappedPooledConnection
 
addStatementEventListener(StatementEventListener) - Method in class io.github.jdbcx.WrappedPooledConnection
 
afterLast() - Method in class io.github.jdbcx.WrappedResultSet
 

B

batchUpdateError(Throwable, long[]) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
beforeFirst() - Method in class io.github.jdbcx.WrappedResultSet
 
BlackholeDriverExtension - Class in io.github.jdbcx
 
BlackholeDriverExtension() - Constructor for class io.github.jdbcx.BlackholeDriverExtension
 

C

cancel() - Method in class io.github.jdbcx.WrappedStatement
 
cancelRowUpdates() - Method in class io.github.jdbcx.WrappedResultSet
 
clearBatch() - Method in class io.github.jdbcx.WrappedStatement
 
clearParameters() - Method in class io.github.jdbcx.WrappedPreparedStatement
 
clearWarnings() - Method in class io.github.jdbcx.WrappedConnection
 
clearWarnings() - Method in class io.github.jdbcx.WrappedResultSet
 
clearWarnings() - Method in class io.github.jdbcx.WrappedStatement
 
cli(String, String...) - Method in class io.github.jdbcx.script.ScriptHelper
 
clientError(String) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
clientError(String, Throwable) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
clientError(Throwable) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
close() - Method in class io.github.jdbcx.WrappedConnection
 
close() - Method in class io.github.jdbcx.WrappedPooledConnection
 
close() - Method in class io.github.jdbcx.WrappedResultSet
 
close() - Method in class io.github.jdbcx.WrappedStatement
 
closeOnCompletion() - Method in class io.github.jdbcx.WrappedStatement
 
commit() - Method in class io.github.jdbcx.WrappedConnection
 
conn - Variable in class io.github.jdbcx.WrappedConnection
 
conn - Variable in class io.github.jdbcx.WrappedStatement
 
connect(String, Properties) - Method in class io.github.jdbcx.WrappedDriver
 
ConnectionListener - Interface in io.github.jdbcx
 
createArrayOf(String, Object[]) - Method in class io.github.jdbcx.WrappedConnection
 
createBlob() - Method in class io.github.jdbcx.WrappedConnection
 
createClob() - Method in class io.github.jdbcx.WrappedConnection
 
createListener(Connection, String, Properties) - Method in interface io.github.jdbcx.DriverExtension
Creates a connection listener.
createListener(Connection, String, Properties) - Method in class io.github.jdbcx.prql.PrqlDriverExtension
 
createListener(Connection, String, Properties) - Method in class io.github.jdbcx.script.ScriptDriverExtension
 
createNClob() - Method in class io.github.jdbcx.WrappedConnection
 
createSQLXML() - Method in class io.github.jdbcx.WrappedConnection
 
createStatement() - Method in class io.github.jdbcx.WrappedConnection
 
createStatement(int, int) - Method in class io.github.jdbcx.WrappedConnection
 
createStatement(int, int, int) - Method in class io.github.jdbcx.WrappedConnection
 
createStruct(String, Object[]) - Method in class io.github.jdbcx.WrappedConnection
 

D

DefaultConnectionListener - Class in io.github.jdbcx.impl
 
DefaultDriverExtension - Class in io.github.jdbcx.impl
 
deleteRow() - Method in class io.github.jdbcx.WrappedResultSet
 
deregister() - Method in class io.github.jdbcx.WrappedDriver
 
DriverExtension - Interface in io.github.jdbcx
 
ds - Variable in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
ds - Variable in class io.github.jdbcx.WrappedDataSource
 

E

escapeDoubleQuote(String) - Method in class io.github.jdbcx.script.ScriptHelper
 
escapeSingleQuote(String) - Method in class io.github.jdbcx.script.ScriptHelper
 
execute() - Method in class io.github.jdbcx.WrappedPreparedStatement
 
execute(String) - Method in class io.github.jdbcx.WrappedStatement
 
execute(String, int) - Method in class io.github.jdbcx.WrappedStatement
 
execute(String, int[]) - Method in class io.github.jdbcx.WrappedStatement
 
execute(String, String[]) - Method in class io.github.jdbcx.WrappedStatement
 
executeBatch() - Method in class io.github.jdbcx.WrappedStatement
 
executeQuery() - Method in class io.github.jdbcx.WrappedPreparedStatement
 
executeQuery(String) - Method in class io.github.jdbcx.WrappedStatement
 
executeUpdate() - Method in class io.github.jdbcx.WrappedPreparedStatement
 
executeUpdate(String) - Method in class io.github.jdbcx.WrappedStatement
 
executeUpdate(String, int) - Method in class io.github.jdbcx.WrappedStatement
 
executeUpdate(String, int[]) - Method in class io.github.jdbcx.WrappedStatement
 
executeUpdate(String, String[]) - Method in class io.github.jdbcx.WrappedStatement
 

F

findColumn(String) - Method in class io.github.jdbcx.WrappedResultSet
 
first() - Method in class io.github.jdbcx.WrappedResultSet
 
forCancellation(Exception) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
format(String, Object...) - Method in class io.github.jdbcx.script.ScriptHelper
 

G

getActualDriver(String, Properties) - Method in class io.github.jdbcx.WrappedDriver
Gets the actual driver.
getArguments() - Method in interface io.github.jdbcx.QueryExtension
 
getArray(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getArray(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getArray(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getArray(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getAsciiStream(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getAsciiStream(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getAutoCommit() - Method in class io.github.jdbcx.WrappedConnection
 
getBigDecimal(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBigDecimal(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getBigDecimal(int, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBigDecimal(int, int) - Method in class io.github.jdbcx.WrappedResultSet
 
getBigDecimal(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBigDecimal(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getBigDecimal(String, int) - Method in class io.github.jdbcx.WrappedResultSet
 
getBinaryStream(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getBinaryStream(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getBlob(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBlob(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getBlob(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBlob(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getBoolean(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBoolean(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getBoolean(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBoolean(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getByte(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getByte(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getByte(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getByte(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getBytes(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBytes(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getBytes(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getBytes(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getCatalog() - Method in class io.github.jdbcx.WrappedConnection
 
getCharacterStream(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getCharacterStream(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getCharacterStream(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getCharacterStream(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getClientInfo() - Method in class io.github.jdbcx.WrappedConnection
 
getClientInfo(String) - Method in class io.github.jdbcx.WrappedConnection
 
getClob(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getClob(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getClob(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getClob(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getConcurrency() - Method in class io.github.jdbcx.WrappedResultSet
 
getConfig(Properties) - Method in interface io.github.jdbcx.DriverExtension
Gets configuration for this extension.
getConnection() - Method in class io.github.jdbcx.WrappedDataSource
 
getConnection() - Method in class io.github.jdbcx.WrappedPooledConnection
 
getConnection() - Method in class io.github.jdbcx.WrappedStatement
 
getConnection(String, String) - Method in class io.github.jdbcx.WrappedDataSource
 
getCursorName() - Method in class io.github.jdbcx.WrappedResultSet
 
getDate(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getDate(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getDate(int, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getDate(int, Calendar) - Method in class io.github.jdbcx.WrappedResultSet
 
getDate(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getDate(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getDate(String, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getDate(String, Calendar) - Method in class io.github.jdbcx.WrappedResultSet
 
getDefaultConfig() - Method in interface io.github.jdbcx.DriverExtension
Gets default configuration for this extension.
getDefaultOptions() - Method in interface io.github.jdbcx.DriverExtension
Gets default options for this extension.
getDouble(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getDouble(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getDouble(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getDouble(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getDriverExtension(String) - Method in class io.github.jdbcx.WrappedDriver
 
getFetchDirection() - Method in class io.github.jdbcx.WrappedResultSet
 
getFetchDirection() - Method in class io.github.jdbcx.WrappedStatement
 
getFetchSize() - Method in class io.github.jdbcx.WrappedResultSet
 
getFetchSize() - Method in class io.github.jdbcx.WrappedStatement
 
getFloat(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getFloat(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getFloat(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getFloat(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getGeneratedKeys() - Method in class io.github.jdbcx.WrappedStatement
 
getHoldability() - Method in class io.github.jdbcx.WrappedConnection
 
getHoldability() - Method in class io.github.jdbcx.WrappedResultSet
 
getInstance() - Static method in class io.github.jdbcx.impl.DefaultConnectionListener
 
getInstance() - Static method in class io.github.jdbcx.impl.DefaultDriverExtension
 
getInstance() - Static method in class io.github.jdbcx.script.ScriptHelper
 
getInt(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getInt(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getInt(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getInt(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getLoginTimeout() - Method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
getLoginTimeout() - Method in class io.github.jdbcx.WrappedDataSource
 
getLogWriter() - Method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
getLogWriter() - Method in class io.github.jdbcx.WrappedDataSource
 
getLong(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getLong(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getLong(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getLong(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getMajorVersion() - Method in class io.github.jdbcx.WrappedDriver
 
getMaxFieldSize() - Method in class io.github.jdbcx.WrappedStatement
 
getMaxRows() - Method in class io.github.jdbcx.WrappedStatement
 
getMetaData() - Method in class io.github.jdbcx.WrappedConnection
 
getMetaData() - Method in class io.github.jdbcx.WrappedPreparedStatement
 
getMetaData() - Method in class io.github.jdbcx.WrappedResultSet
 
getMinorVersion() - Method in class io.github.jdbcx.WrappedDriver
 
getMoreResults() - Method in class io.github.jdbcx.WrappedStatement
 
getMoreResults(int) - Method in class io.github.jdbcx.WrappedStatement
 
getNCharacterStream(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getNCharacterStream(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getNCharacterStream(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getNCharacterStream(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getNClob(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getNClob(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getNClob(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getNClob(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getNetworkTimeout() - Method in class io.github.jdbcx.WrappedConnection
 
getNString(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getNString(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getNString(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getNString(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getObject(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getObject(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getObject(int, Class<T>) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getObject(int, Class<T>) - Method in class io.github.jdbcx.WrappedResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class io.github.jdbcx.WrappedResultSet
 
getObject(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getObject(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getObject(String, Class<T>) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getObject(String, Class<T>) - Method in class io.github.jdbcx.WrappedResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class io.github.jdbcx.WrappedResultSet
 
getOptions(Properties) - Method in interface io.github.jdbcx.DriverExtension
Gets options available for this extension.
getOptions(Properties) - Method in class io.github.jdbcx.impl.DefaultDriverExtension
 
getOptions(Properties) - Method in class io.github.jdbcx.prql.PrqlDriverExtension
 
getOptions(Properties) - Method in class io.github.jdbcx.script.ScriptDriverExtension
 
getParameterMetaData() - Method in class io.github.jdbcx.WrappedPreparedStatement
 
getParentLogger() - Method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
getParentLogger() - Method in class io.github.jdbcx.WrappedDataSource
 
getParentLogger() - Method in class io.github.jdbcx.WrappedDriver
 
getPooledConnection() - Method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
getPropertyInfo(String, Properties) - Method in class io.github.jdbcx.WrappedDriver
 
getQueryTimeout() - Method in class io.github.jdbcx.WrappedStatement
 
getRef(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getRef(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getRef(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getRef(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getResultSet() - Method in class io.github.jdbcx.WrappedStatement
 
getResultSetConcurrency() - Method in class io.github.jdbcx.WrappedStatement
 
getResultSetHoldability() - Method in class io.github.jdbcx.WrappedStatement
 
getResultSetType() - Method in class io.github.jdbcx.WrappedStatement
 
getRow() - Method in class io.github.jdbcx.WrappedResultSet
 
getRowId(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getRowId(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getRowId(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getRowId(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getSchema() - Method in class io.github.jdbcx.WrappedConnection
 
getShort(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getShort(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getShort(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getShort(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getSQLXML(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getSQLXML(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getSQLXML(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getSQLXML(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getStatement() - Method in class io.github.jdbcx.WrappedResultSet
 
getString(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getString(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getString(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getString(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getTime(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTime(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getTime(int, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTime(int, Calendar) - Method in class io.github.jdbcx.WrappedResultSet
 
getTime(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTime(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getTime(String, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTime(String, Calendar) - Method in class io.github.jdbcx.WrappedResultSet
 
getTimestamp(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTimestamp(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getTimestamp(int, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTimestamp(int, Calendar) - Method in class io.github.jdbcx.WrappedResultSet
 
getTimestamp(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTimestamp(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getTimestamp(String, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getTimestamp(String, Calendar) - Method in class io.github.jdbcx.WrappedResultSet
 
getTransactionIsolation() - Method in class io.github.jdbcx.WrappedConnection
 
getType() - Method in class io.github.jdbcx.WrappedResultSet
 
getTypeMap() - Method in class io.github.jdbcx.WrappedConnection
 
getUnicodeStream(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getUnicodeStream(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getUpdateCount() - Method in class io.github.jdbcx.WrappedStatement
 
getURL(int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getURL(int) - Method in class io.github.jdbcx.WrappedResultSet
 
getURL(String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
getURL(String) - Method in class io.github.jdbcx.WrappedResultSet
 
getWarnings() - Method in class io.github.jdbcx.WrappedConnection
 
getWarnings() - Method in class io.github.jdbcx.WrappedResultSet
 
getWarnings() - Method in class io.github.jdbcx.WrappedStatement
 
getXAResource() - Method in class io.github.jdbcx.WrappedXAConnection
 

H

handle(Exception) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
handle(String) - Method in class io.github.jdbcx.WrappedConnection
 
handle(Throwable, Throwable...) - Static method in class io.github.jdbcx.SqlExceptionUtils
 

I

insertRow() - Method in class io.github.jdbcx.WrappedResultSet
 
io.github.jdbcx - package io.github.jdbcx
 
io.github.jdbcx.impl - package io.github.jdbcx.impl
 
io.github.jdbcx.prql - package io.github.jdbcx.prql
 
io.github.jdbcx.script - package io.github.jdbcx.script
 
isAfterLast() - Method in class io.github.jdbcx.WrappedResultSet
 
isBeforeFirst() - Method in class io.github.jdbcx.WrappedResultSet
 
isClosed() - Method in class io.github.jdbcx.WrappedConnection
 
isClosed() - Method in class io.github.jdbcx.WrappedResultSet
 
isClosed() - Method in class io.github.jdbcx.WrappedStatement
 
isCloseOnCompletion() - Method in class io.github.jdbcx.WrappedStatement
 
isFirst() - Method in class io.github.jdbcx.WrappedResultSet
 
isLast() - Method in class io.github.jdbcx.WrappedResultSet
 
isPoolable() - Method in class io.github.jdbcx.WrappedStatement
 
isReadOnly() - Method in class io.github.jdbcx.WrappedConnection
 
isValid(int) - Method in class io.github.jdbcx.WrappedConnection
 
isWrapperFor(Class<?>) - Method in class io.github.jdbcx.WrappedConnection
 
isWrapperFor(Class<?>) - Method in class io.github.jdbcx.WrappedDataSource
 
isWrapperFor(Class<?>) - Method in class io.github.jdbcx.WrappedResultSet
 
isWrapperFor(Class<?>) - Method in class io.github.jdbcx.WrappedStatement
 

J

jdbcCompliant() - Method in class io.github.jdbcx.WrappedDriver
 

L

last() - Method in class io.github.jdbcx.WrappedResultSet
 
listener - Variable in class io.github.jdbcx.WrappedConnection
 

M

main(String[]) - Static method in class io.github.jdbcx.Main
 
Main - Class in io.github.jdbcx
 
moveToCurrentRow() - Method in class io.github.jdbcx.WrappedResultSet
 
moveToInsertRow() - Method in class io.github.jdbcx.WrappedResultSet
 

N

nativeSQL(String) - Method in class io.github.jdbcx.WrappedConnection
 
next() - Method in class io.github.jdbcx.WrappedResultSet
 
normalizeUrl(DriverExtension, String) - Method in class io.github.jdbcx.WrappedDriver
 

O

of(ConnectionPoolDataSource) - Static method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
of(DataSource) - Static method in class io.github.jdbcx.WrappedDataSource
 
onError(SQLException) - Method in interface io.github.jdbcx.ConnectionListener
 
onMetaData(DatabaseMetaData) - Method in interface io.github.jdbcx.ConnectionListener
 
onMetaData(ParameterMetaData) - Method in interface io.github.jdbcx.ConnectionListener
 
onMetaData(ResultSetMetaData) - Method in interface io.github.jdbcx.ConnectionListener
 
onQuery(String) - Method in interface io.github.jdbcx.ConnectionListener
 
onQuery(PreparedStatement, String) - Method in interface io.github.jdbcx.ConnectionListener
 
onResult(ResultSet) - Method in interface io.github.jdbcx.ConnectionListener
 

P

prepareCall(String) - Method in class io.github.jdbcx.WrappedConnection
 
prepareCall(String, int, int) - Method in class io.github.jdbcx.WrappedConnection
 
prepareCall(String, int, int, int) - Method in class io.github.jdbcx.WrappedConnection
 
prepareStatement(String) - Method in class io.github.jdbcx.WrappedConnection
 
prepareStatement(String, int) - Method in class io.github.jdbcx.WrappedConnection
 
prepareStatement(String, int[]) - Method in class io.github.jdbcx.WrappedConnection
 
prepareStatement(String, int, int) - Method in class io.github.jdbcx.WrappedConnection
 
prepareStatement(String, int, int, int) - Method in class io.github.jdbcx.WrappedConnection
 
prepareStatement(String, String[]) - Method in class io.github.jdbcx.WrappedConnection
 
previous() - Method in class io.github.jdbcx.WrappedResultSet
 
process(String) - Method in interface io.github.jdbcx.QueryExtension
 
props - Variable in class io.github.jdbcx.WrappedConnection
 
PrqlDriverExtension - Class in io.github.jdbcx.prql
 
PrqlDriverExtension() - Constructor for class io.github.jdbcx.prql.PrqlDriverExtension
 

Q

query - Variable in class io.github.jdbcx.WrappedPreparedStatement
 
QueryExtension - Interface in io.github.jdbcx
 
queryInBatchError(int[]) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
queryInBatchError(long[]) - Static method in class io.github.jdbcx.SqlExceptionUtils
 

R

refreshRow() - Method in class io.github.jdbcx.WrappedResultSet
 
registerOutParameter(int, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
registerOutParameter(int, int, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
registerOutParameter(int, int, String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
registerOutParameter(String, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
registerOutParameter(String, int, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
registerOutParameter(String, int, String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
relative(int) - Method in class io.github.jdbcx.WrappedResultSet
 
releaseSavepoint(Savepoint) - Method in class io.github.jdbcx.WrappedConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class io.github.jdbcx.WrappedPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class io.github.jdbcx.WrappedPooledConnection
 
rollback() - Method in class io.github.jdbcx.WrappedConnection
 
rollback(Savepoint) - Method in class io.github.jdbcx.WrappedConnection
 
rowDeleted() - Method in class io.github.jdbcx.WrappedResultSet
 
rowInserted() - Method in class io.github.jdbcx.WrappedResultSet
 
rowUpdated() - Method in class io.github.jdbcx.WrappedResultSet
 

S

ScriptDriverExtension - Class in io.github.jdbcx.script
 
ScriptDriverExtension() - Constructor for class io.github.jdbcx.script.ScriptDriverExtension
 
ScriptHelper - Class in io.github.jdbcx.script
 
setArray(int, Array) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setAutoCommit(boolean) - Method in class io.github.jdbcx.WrappedConnection
 
setBigDecimal(int, BigDecimal) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBinaryStream(int, InputStream) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBinaryStream(String, InputStream) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBlob(int, InputStream) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBlob(int, InputStream, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBlob(int, Blob) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBlob(String, InputStream) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBlob(String, InputStream, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBlob(String, Blob) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBoolean(int, boolean) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBoolean(String, boolean) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setByte(int, byte) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setByte(String, byte) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setBytes(int, byte[]) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setBytes(String, byte[]) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setCatalog(String) - Method in class io.github.jdbcx.WrappedConnection
 
setCharacterStream(int, Reader) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setCharacterStream(String, Reader) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setClientInfo(String, String) - Method in class io.github.jdbcx.WrappedConnection
 
setClientInfo(Properties) - Method in class io.github.jdbcx.WrappedConnection
 
setClob(int, Reader) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setClob(int, Reader, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setClob(int, Clob) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setClob(String, Reader) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setClob(String, Reader, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setClob(String, Clob) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setCursorName(String) - Method in class io.github.jdbcx.WrappedStatement
 
setDate(int, Date) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setDate(int, Date, Calendar) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setDate(String, Date) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setDate(String, Date, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setDouble(int, double) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setDouble(String, double) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setEscapeProcessing(boolean) - Method in class io.github.jdbcx.WrappedStatement
 
setFetchDirection(int) - Method in class io.github.jdbcx.WrappedResultSet
 
setFetchDirection(int) - Method in class io.github.jdbcx.WrappedStatement
 
setFetchSize(int) - Method in class io.github.jdbcx.WrappedResultSet
 
setFetchSize(int) - Method in class io.github.jdbcx.WrappedStatement
 
setFloat(int, float) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setFloat(String, float) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setHoldability(int) - Method in class io.github.jdbcx.WrappedConnection
 
setInt(int, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setInt(String, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setLoginTimeout(int) - Method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
setLoginTimeout(int) - Method in class io.github.jdbcx.WrappedDataSource
 
setLogWriter(PrintWriter) - Method in class io.github.jdbcx.WrappedConnectionPoolDataSource
 
setLogWriter(PrintWriter) - Method in class io.github.jdbcx.WrappedDataSource
 
setLong(int, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setLong(String, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setMaxFieldSize(int) - Method in class io.github.jdbcx.WrappedStatement
 
setMaxRows(int) - Method in class io.github.jdbcx.WrappedStatement
 
setNCharacterStream(int, Reader) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNCharacterStream(String, Reader) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setNClob(int, Reader) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNClob(int, Reader, long) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNClob(int, NClob) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNClob(String, Reader) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setNClob(String, Reader, long) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setNClob(String, NClob) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setNetworkTimeout(Executor, int) - Method in class io.github.jdbcx.WrappedConnection
 
setNString(int, String) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNString(String, String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setNull(int, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNull(int, int, String) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setNull(String, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setNull(String, int, String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setObject(int, Object) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setObject(int, Object, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setObject(int, Object, int, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setObject(String, Object) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setObject(String, Object, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setObject(String, Object, int, int) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setPoolable(boolean) - Method in class io.github.jdbcx.WrappedStatement
 
setQueryTimeout(int) - Method in class io.github.jdbcx.WrappedStatement
 
setReadOnly(boolean) - Method in class io.github.jdbcx.WrappedConnection
 
setRef(int, Ref) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setRowId(int, RowId) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setRowId(String, RowId) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setSavepoint() - Method in class io.github.jdbcx.WrappedConnection
 
setSavepoint(String) - Method in class io.github.jdbcx.WrappedConnection
 
setSchema(String) - Method in class io.github.jdbcx.WrappedConnection
 
setShort(int, short) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setShort(String, short) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setSQLXML(int, SQLXML) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setString(int, String) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setString(String, String) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setTime(int, Time) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setTime(int, Time, Calendar) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setTime(String, Time) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setTime(String, Time, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setTimestamp(int, Timestamp) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class io.github.jdbcx.WrappedCallableStatement
 
setTransactionIsolation(int) - Method in class io.github.jdbcx.WrappedConnection
 
setTypeMap(Map<String, Class<?>>) - Method in class io.github.jdbcx.WrappedConnection
 
setUnicodeStream(int, InputStream, int) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setURL(int, URL) - Method in class io.github.jdbcx.WrappedPreparedStatement
 
setURL(String, URL) - Method in class io.github.jdbcx.WrappedCallableStatement
 
SQL_STATE_CLIENT_ERROR - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_CONNECTION_EXCEPTION - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_DATA_EXCEPTION - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_INVALID_SCHEMA - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_INVALID_TX_STATE - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_NO_DATA - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_OPERATION_CANCELLED - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SQL_STATE_SQL_ERROR - Static variable in class io.github.jdbcx.SqlExceptionUtils
 
SqlExceptionUtils - Class in io.github.jdbcx
Helper class for building SQLException.

U

undeterminedExecutionError() - Static method in class io.github.jdbcx.SqlExceptionUtils
 
unknownError() - Static method in class io.github.jdbcx.SqlExceptionUtils
 
unsupportedError(String) - Static method in class io.github.jdbcx.SqlExceptionUtils
 
unwrap(Class<T>) - Method in class io.github.jdbcx.WrappedConnection
 
unwrap(Class<T>) - Method in class io.github.jdbcx.WrappedDataSource
 
unwrap(Class<T>) - Method in class io.github.jdbcx.WrappedResultSet
 
unwrap(Class<T>) - Method in class io.github.jdbcx.WrappedStatement
 
updateArray(int, Array) - Method in class io.github.jdbcx.WrappedResultSet
 
updateArray(String, Array) - Method in class io.github.jdbcx.WrappedResultSet
 
updateAsciiStream(int, InputStream) - Method in class io.github.jdbcx.WrappedResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateAsciiStream(String, InputStream) - Method in class io.github.jdbcx.WrappedResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBinaryStream(int, InputStream) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBinaryStream(String, InputStream) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBlob(int, InputStream) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBlob(int, InputStream, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBlob(int, Blob) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBlob(String, InputStream) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBlob(String, InputStream, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBlob(String, Blob) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBoolean(int, boolean) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBoolean(String, boolean) - Method in class io.github.jdbcx.WrappedResultSet
 
updateByte(int, byte) - Method in class io.github.jdbcx.WrappedResultSet
 
updateByte(String, byte) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBytes(int, byte[]) - Method in class io.github.jdbcx.WrappedResultSet
 
updateBytes(String, byte[]) - Method in class io.github.jdbcx.WrappedResultSet
 
updateCharacterStream(int, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateCharacterStream(int, Reader, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateCharacterStream(String, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateCharacterStream(String, Reader, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateClob(int, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateClob(int, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateClob(int, Clob) - Method in class io.github.jdbcx.WrappedResultSet
 
updateClob(String, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateClob(String, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateClob(String, Clob) - Method in class io.github.jdbcx.WrappedResultSet
 
updateDate(int, Date) - Method in class io.github.jdbcx.WrappedResultSet
 
updateDate(String, Date) - Method in class io.github.jdbcx.WrappedResultSet
 
updateDouble(int, double) - Method in class io.github.jdbcx.WrappedResultSet
 
updateDouble(String, double) - Method in class io.github.jdbcx.WrappedResultSet
 
updateFloat(int, float) - Method in class io.github.jdbcx.WrappedResultSet
 
updateFloat(String, float) - Method in class io.github.jdbcx.WrappedResultSet
 
updateInt(int, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateInt(String, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateLong(int, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateLong(String, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNCharacterStream(int, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNCharacterStream(String, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNClob(int, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNClob(int, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNClob(int, NClob) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNClob(String, Reader) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNClob(String, Reader, long) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNClob(String, NClob) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNString(int, String) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNString(String, String) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNull(int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateNull(String) - Method in class io.github.jdbcx.WrappedResultSet
 
updateObject(int, Object) - Method in class io.github.jdbcx.WrappedResultSet
 
updateObject(int, Object, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateObject(String, Object) - Method in class io.github.jdbcx.WrappedResultSet
 
updateObject(String, Object, int) - Method in class io.github.jdbcx.WrappedResultSet
 
updateRef(int, Ref) - Method in class io.github.jdbcx.WrappedResultSet
 
updateRef(String, Ref) - Method in class io.github.jdbcx.WrappedResultSet
 
updateRow() - Method in class io.github.jdbcx.WrappedResultSet
 
updateRowId(int, RowId) - Method in class io.github.jdbcx.WrappedResultSet
 
updateRowId(String, RowId) - Method in class io.github.jdbcx.WrappedResultSet
 
updateShort(int, short) - Method in class io.github.jdbcx.WrappedResultSet
 
updateShort(String, short) - Method in class io.github.jdbcx.WrappedResultSet
 
updateSQLXML(int, SQLXML) - Method in class io.github.jdbcx.WrappedResultSet
 
updateSQLXML(String, SQLXML) - Method in class io.github.jdbcx.WrappedResultSet
 
updateString(int, String) - Method in class io.github.jdbcx.WrappedResultSet
 
updateString(String, String) - Method in class io.github.jdbcx.WrappedResultSet
 
updateTime(int, Time) - Method in class io.github.jdbcx.WrappedResultSet
 
updateTime(String, Time) - Method in class io.github.jdbcx.WrappedResultSet
 
updateTimestamp(int, Timestamp) - Method in class io.github.jdbcx.WrappedResultSet
 
updateTimestamp(String, Timestamp) - Method in class io.github.jdbcx.WrappedResultSet
 
url - Variable in class io.github.jdbcx.WrappedConnection
 

W

wasNull() - Method in class io.github.jdbcx.WrappedCallableStatement
 
wasNull() - Method in class io.github.jdbcx.WrappedResultSet
 
WrappedCallableStatement - Class in io.github.jdbcx
This class serves as a wrapper for a CallableStatement.
WrappedCallableStatement(WrappedConnection, String, CallableStatement) - Constructor for class io.github.jdbcx.WrappedCallableStatement
 
WrappedConnection - Class in io.github.jdbcx
This class serves as a wrapper for a Connection.
WrappedConnection(DriverExtension, Connection) - Constructor for class io.github.jdbcx.WrappedConnection
 
WrappedConnection(DriverExtension, Connection, String, Properties) - Constructor for class io.github.jdbcx.WrappedConnection
 
WrappedConnection(Connection) - Constructor for class io.github.jdbcx.WrappedConnection
 
WrappedConnectionPoolDataSource - Class in io.github.jdbcx
This class serves as a wrapper for a ConnectionPoolDataSource.
WrappedConnectionPoolDataSource(ConnectionPoolDataSource) - Constructor for class io.github.jdbcx.WrappedConnectionPoolDataSource
 
WrappedDataSource - Class in io.github.jdbcx
This class serves as a wrapper for a DataSource.
WrappedDataSource(DataSource) - Constructor for class io.github.jdbcx.WrappedDataSource
 
WrappedDriver - Class in io.github.jdbcx
This class is essentially a wrapper of the Driver interface.
WrappedDriver() - Constructor for class io.github.jdbcx.WrappedDriver
 
WrappedPooledConnection - Class in io.github.jdbcx
This class serves as a wrapper for a PooledConnection.
WrappedPooledConnection(PooledConnection) - Constructor for class io.github.jdbcx.WrappedPooledConnection
 
WrappedPreparedStatement - Class in io.github.jdbcx
This class serves as a wrapper for a PreparedStatement.
WrappedPreparedStatement(WrappedConnection, String, PreparedStatement) - Constructor for class io.github.jdbcx.WrappedPreparedStatement
 
WrappedResultSet - Class in io.github.jdbcx
This class serves as a wrapper for a ResultSet.
WrappedResultSet(WrappedStatement, ResultSet) - Constructor for class io.github.jdbcx.WrappedResultSet
 
WrappedStatement - Class in io.github.jdbcx
This class serves as a wrapper for a Statement.
WrappedStatement(WrappedConnection, Statement) - Constructor for class io.github.jdbcx.WrappedStatement
 
WrappedXAConnection - Class in io.github.jdbcx
This class serves as a wrapper for a XAConnection.
WrappedXAConnection(XAConnection) - Constructor for class io.github.jdbcx.WrappedXAConnection
 
A B C D E F G H I J L M N O P Q R S U W 
All Classes and Interfaces|All Packages|Constant Field Values