Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abort(Executor) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- abort(Executor) - Method in class io.github.jdbcx.driver.WrappedConnection
- absolute(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- AbstractDriver - Class in io.github.jdbcx.driver
-
This class is essentially a wrapper of the
Driverinterface. - AbstractDriver() - Constructor for class io.github.jdbcx.driver.AbstractDriver
- acceptsURL(String) - Method in class io.github.jdbcx.driver.AbstractDriver
- add(T) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- addBatch() - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- addBatch(String) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- addBatch(String) - Method in class io.github.jdbcx.driver.WrappedStatement
- addConnectionEventListener(ConnectionEventListener) - Method in class io.github.jdbcx.driver.WrappedPooledConnection
- addStatementEventListener(StatementEventListener) - Method in class io.github.jdbcx.driver.WrappedPooledConnection
- afterLast() - Method in class io.github.jdbcx.driver.WrappedResultSet
- autoCommit - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
B
- beforeFirst() - Method in class io.github.jdbcx.driver.WrappedResultSet
- BlackholeDriverExtension - Class in io.github.jdbcx.extension
- BlackholeDriverExtension() - Constructor for class io.github.jdbcx.extension.BlackholeDriverExtension
- build() - Method in class io.github.jdbcx.driver.QueryBuilder
C
- cancel() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- cancel() - Method in class io.github.jdbcx.driver.WrappedStatement
- cancelRowUpdates() - Method in class io.github.jdbcx.driver.WrappedResultSet
- catalog - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- children - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- clearBatch() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- clearBatch() - Method in class io.github.jdbcx.driver.WrappedStatement
- clearParameters() - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- clearWarnings() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- clearWarnings() - Method in class io.github.jdbcx.driver.WrappedConnection
- clearWarnings() - Method in class io.github.jdbcx.driver.WrappedResultSet
- clearWarnings() - Method in class io.github.jdbcx.driver.WrappedStatement
- close() - Method in class io.github.jdbcx.driver.ConnectionManager
- close() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- close() - Method in class io.github.jdbcx.driver.QueryResult
- close() - Method in class io.github.jdbcx.driver.WrappedConnection
- close() - Method in class io.github.jdbcx.driver.WrappedPooledConnection
- close() - Method in class io.github.jdbcx.driver.WrappedResultSet
- close() - Method in class io.github.jdbcx.driver.WrappedStatement
- closed - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- closeOnCompletion - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- closeOnCompletion() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- closeOnCompletion() - Method in class io.github.jdbcx.driver.WrappedStatement
- CodeQLDriverExtension - Class in io.github.jdbcx.extension
- CodeQLDriverExtension() - Constructor for class io.github.jdbcx.extension.CodeQLDriverExtension
- commit() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- commit() - Method in class io.github.jdbcx.driver.WrappedConnection
- compareTo(DriverExtension) - Method in interface io.github.jdbcx.DriverExtension
- conn - Variable in class io.github.jdbcx.driver.WrappedStatement
- connect(String, Properties) - Method in class io.github.jdbcx.driver.AbstractDriver
- ConnectionManager - Class in io.github.jdbcx.driver
- ConnectionManager(Map<String, DriverExtension>, DriverExtension, Connection, String, Properties, Properties, Properties) - Constructor for class io.github.jdbcx.driver.ConnectionManager
- convertTo(Result<?>, Class<T>) - Static method in class io.github.jdbcx.driver.ConnectionManager
- createArrayOf(String, Object[]) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createArrayOf(String, Object[]) - Method in class io.github.jdbcx.driver.WrappedConnection
- createBlob() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createBlob() - Method in class io.github.jdbcx.driver.WrappedConnection
- createClob() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createClob() - Method in class io.github.jdbcx.driver.WrappedConnection
- createConnection() - Method in class io.github.jdbcx.driver.ConnectionManager
- createContext() - Method in class io.github.jdbcx.driver.ConnectionManager
- createDefaultListener(QueryContext) - Method in class io.github.jdbcx.driver.ConnectionManager
- createListener(QueryContext) - Method in class io.github.jdbcx.driver.ConnectionManager
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.driver.HelpDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in interface io.github.jdbcx.DriverExtension
-
Creates a connection listener.
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.CodeQLDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.DbDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.PromptDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.PrqlDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.ScriptDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.ShellDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.VarDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.VersionDriverExtension
- createListener(QueryContext, Connection, Properties) - Method in class io.github.jdbcx.extension.WebDriverExtension
- createNClob() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createNClob() - Method in class io.github.jdbcx.driver.WrappedConnection
- createSQLXML() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createSQLXML() - Method in class io.github.jdbcx.driver.WrappedConnection
- createStatement() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createStatement() - Method in class io.github.jdbcx.driver.WrappedConnection
- createStatement(int, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createStatement(int, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- createStatement(int, int, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createStatement(int, int, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- createStruct(String, Object[]) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- createStruct(String, Object[]) - Method in class io.github.jdbcx.driver.WrappedConnection
- createTemporaryTable(String, Field...) - Method in class io.github.jdbcx.dialect.DefaultDialect
- createTemporaryTable(String, Field...) - Method in interface io.github.jdbcx.JdbcDialect
D
- DbDriverExtension - Class in io.github.jdbcx.extension
- DbDriverExtension() - Constructor for class io.github.jdbcx.extension.DbDriverExtension
- DEFAULT_JDBC_TABLE_TYPE - Static variable in interface io.github.jdbcx.DriverExtension
- DefaultActivityListener - Class in io.github.jdbcx.driver
- DefaultConnection - Class in io.github.jdbcx.driver.impl
- DefaultConnection(Map<String, DriverExtension>, DriverExtension, String, Properties, Properties, Properties) - Constructor for class io.github.jdbcx.driver.impl.DefaultConnection
- DefaultDialect - Class in io.github.jdbcx.dialect
- DefaultDialect() - Constructor for class io.github.jdbcx.dialect.DefaultDialect
- DefaultDriverExtension - Class in io.github.jdbcx.driver
- DefaultStatement - Class in io.github.jdbcx.driver.impl
-
This class serves as a wrapper for a
Statement. - DefaultStatement(DefaultConnection, int, int, int) - Constructor for class io.github.jdbcx.driver.impl.DefaultStatement
- deleteRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
- deregister() - Method in class io.github.jdbcx.driver.AbstractDriver
- describe(DriverExtension, Properties) - Static method in class io.github.jdbcx.driver.ConnectionManager
- DRIVER_VERSION - Static variable in class io.github.jdbcx.driver.ConnectionManager
- DriverExtension - Interface in io.github.jdbcx
- ds - Variable in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- ds - Variable in class io.github.jdbcx.driver.WrappedDataSource
E
- endPosition - Variable in class io.github.jdbcx.driver.QueryParser.Part
- ensureOpen() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- equals(Object) - Method in class io.github.jdbcx.driver.ExecutableBlock
- equals(Object) - Method in class io.github.jdbcx.driver.ParsedQuery
- equals(Object) - Method in class io.github.jdbcx.driver.QueryParser.Part
- escaped - Variable in class io.github.jdbcx.driver.QueryParser.Part
- escapeScanning - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- ExecutableBlock - Class in io.github.jdbcx.driver
-
An executable block represents either a function, which returns a value, or a procedure, which is executed without returning a value.
A function is defined using the syntax:{{[function(args)]: <body>}}A procedure is defined using the syntax:{%[procedure(args)]: <body>%} - execute() - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- execute(String) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- execute(String) - Method in class io.github.jdbcx.driver.WrappedStatement
- execute(String, int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- execute(String, int) - Method in class io.github.jdbcx.driver.WrappedStatement
- execute(String, int[]) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- execute(String, int[]) - Method in class io.github.jdbcx.driver.WrappedStatement
- execute(String, ExecuteCallback) - Method in class io.github.jdbcx.driver.WrappedStatement
- execute(String, String[]) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- execute(String, String[]) - Method in class io.github.jdbcx.driver.WrappedStatement
- executeBatch() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- executeBatch() - Method in class io.github.jdbcx.driver.WrappedStatement
- executeQuery() - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- executeQuery(String) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- executeQuery(String) - Method in class io.github.jdbcx.driver.WrappedStatement
- executeUpdate() - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- executeUpdate(String) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- executeUpdate(String) - Method in class io.github.jdbcx.driver.WrappedStatement
- executeUpdate(String, int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- executeUpdate(String, int) - Method in class io.github.jdbcx.driver.WrappedStatement
- executeUpdate(String, int[]) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- executeUpdate(String, int[]) - Method in class io.github.jdbcx.driver.WrappedStatement
- executeUpdate(String, ExecuteCallback) - Method in class io.github.jdbcx.driver.WrappedStatement
- executeUpdate(String, String[]) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- executeUpdate(String, String[]) - Method in class io.github.jdbcx.driver.WrappedStatement
- extractProperties(DriverExtension) - Method in class io.github.jdbcx.driver.ConnectionManager
- extractProperties(DriverExtension, Properties) - Static method in interface io.github.jdbcx.DriverExtension
F
- FileBasedConfigManager - Class in io.github.jdbcx.driver
- FileBasedConfigManager() - Constructor for class io.github.jdbcx.driver.FileBasedConfigManager
- findColumn(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- first() - Method in class io.github.jdbcx.driver.WrappedResultSet
G
- getActualDriver() - Method in class io.github.jdbcx.driver.AbstractDriver
- getAliases() - Method in class io.github.jdbcx.driver.HelpDriverExtension
- getAliases() - Method in interface io.github.jdbcx.DriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.DbDriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.PromptDriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.PrqlDriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.ScriptDriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.ShellDriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.VarDriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.VersionDriverExtension
- getAliases() - Method in class io.github.jdbcx.extension.WebDriverExtension
- getAllIDs(String) - Method in class io.github.jdbcx.driver.FileBasedConfigManager
- getArguments() - Method in interface io.github.jdbcx.QueryExtension
- getArray(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getArray(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getArray(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getArray(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getAsciiStream(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getAsciiStream(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getAutoCommit() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getAutoCommit() - Method in class io.github.jdbcx.driver.WrappedConnection
- getBigDecimal(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBigDecimal(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBigDecimal(int, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBigDecimal(int, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBigDecimal(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBigDecimal(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBigDecimal(String, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBinaryStream(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBinaryStream(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBlob(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBlob(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBlob(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBlob(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBoolean(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBoolean(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBoolean(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBoolean(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getByte(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getByte(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getByte(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getByte(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBytes(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBytes(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getBytes(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getBytes(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getCatalog() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getCatalog() - Method in class io.github.jdbcx.driver.WrappedConnection
- getCharacterStream(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getCharacterStream(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getCharacterStream(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getCharacterStream(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getClientInfo() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getClientInfo() - Method in class io.github.jdbcx.driver.WrappedConnection
- getClientInfo(String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getClientInfo(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- getClob(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getClob(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getClob(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getClob(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getConcurrency() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getConfig(String) - Method in interface io.github.jdbcx.DriverExtension
- getConfig(String, String) - Method in class io.github.jdbcx.driver.FileBasedConfigManager
- getConfig(Properties) - Method in interface io.github.jdbcx.DriverExtension
-
Gets configuration for this extension.
- getConnection() - Method in class io.github.jdbcx.driver.ConnectionManager
- getConnection() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getConnection() - Method in class io.github.jdbcx.driver.WrappedDataSource
- getConnection() - Method in class io.github.jdbcx.driver.WrappedPooledConnection
- getConnection() - Method in class io.github.jdbcx.driver.WrappedStatement
- getConnection(String, String) - Method in class io.github.jdbcx.driver.WrappedDataSource
- getConnection(String, Properties) - Method in interface io.github.jdbcx.DriverExtension
- getConnection(String, Properties) - Method in class io.github.jdbcx.extension.DbDriverExtension
- getContent() - Method in class io.github.jdbcx.driver.ExecutableBlock
- getCursorName() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getDatabaseProduct(Connection) - Static method in class io.github.jdbcx.driver.ConnectionManager
- getDate(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getDate(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getDate(int, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getDate(int, Calendar) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getDate(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getDate(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getDate(String, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getDate(String, Calendar) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getDefaultConfig() - Method in interface io.github.jdbcx.DriverExtension
-
Gets the default configuration for this extension, containing all supported options with their default values.
- getDefaultExtension() - Method in class io.github.jdbcx.driver.ConnectionManager
- getDefaultOptions() - Method in class io.github.jdbcx.driver.DefaultDriverExtension
- getDefaultOptions() - Method in interface io.github.jdbcx.DriverExtension
-
Gets the default configuration options supported by this extension.
- getDefaultOptions() - Method in class io.github.jdbcx.extension.CodeQLDriverExtension
- getDefaultOptions() - Method in class io.github.jdbcx.extension.DbDriverExtension
- getDefaultOptions() - Method in class io.github.jdbcx.extension.PromptDriverExtension
- getDefaultOptions() - Method in class io.github.jdbcx.extension.PrqlDriverExtension
- getDefaultOptions() - Method in class io.github.jdbcx.extension.ScriptDriverExtension
- getDefaultOptions() - Method in class io.github.jdbcx.extension.ShellDriverExtension
- getDefaultOptions() - Method in class io.github.jdbcx.extension.WebDriverExtension
- getDescription() - Method in class io.github.jdbcx.driver.HelpDriverExtension
- getDescription() - Method in interface io.github.jdbcx.DriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.BlackholeDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.CodeQLDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.DbDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.PromptDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.PrqlDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.ScriptDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.ShellDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.VarDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.VersionDriverExtension
- getDescription() - Method in class io.github.jdbcx.extension.WebDriverExtension
- getDialect() - Method in class io.github.jdbcx.driver.ConnectionManager
- getDialect(String) - Static method in class io.github.jdbcx.driver.ConnectionManager
- getDouble(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getDouble(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getDouble(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getDouble(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getDriverInfo(String, Properties) - Method in class io.github.jdbcx.driver.AbstractDriver
- getExecutableBlocks() - Method in class io.github.jdbcx.driver.ParsedQuery
- getExtension(String) - Method in class io.github.jdbcx.driver.ConnectionManager
- getExtensionName() - Method in class io.github.jdbcx.driver.ExecutableBlock
- getExtensionProperties() - Method in class io.github.jdbcx.driver.ConnectionManager
- getExtensions() - Method in class io.github.jdbcx.driver.ConnectionManager
- getFetchDirection() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getFetchDirection() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getFetchDirection() - Method in class io.github.jdbcx.driver.WrappedStatement
- getFetchSize() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getFetchSize() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getFetchSize() - Method in class io.github.jdbcx.driver.WrappedStatement
- getFloat(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getFloat(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getFloat(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getFloat(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getGeneratedKeys() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getGeneratedKeys() - Method in class io.github.jdbcx.driver.QueryResult
- getGeneratedKeys() - Method in class io.github.jdbcx.driver.WrappedStatement
- getGeneratedKeysSafely() - Method in class io.github.jdbcx.driver.WrappedStatement
- getHoldability() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getHoldability() - Method in class io.github.jdbcx.driver.WrappedConnection
- getHoldability() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getIndex() - Method in class io.github.jdbcx.driver.ExecutableBlock
- getInstance() - Static method in class io.github.jdbcx.driver.DefaultActivityListener
- getInstance() - Static method in class io.github.jdbcx.driver.DefaultDriverExtension
- getInt(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getInt(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getInt(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getInt(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getLastWarning() - Method in class io.github.jdbcx.driver.QueryBuilder
- getLoginTimeout() - Method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- getLoginTimeout() - Method in class io.github.jdbcx.driver.WrappedDataSource
- getLogWriter() - Method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- getLogWriter() - Method in class io.github.jdbcx.driver.WrappedDataSource
- getLong(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getLong(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getLong(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getLong(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getMajorVersion() - Method in class io.github.jdbcx.WrappedDriver
- getMatched(List<String>, String) - Static method in interface io.github.jdbcx.DriverExtension
- getMatchedExtensions(String) - Method in class io.github.jdbcx.driver.ConnectionManager
- getMaxFieldSize() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getMaxFieldSize() - Method in class io.github.jdbcx.driver.WrappedStatement
- getMaxRows() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getMaxRows() - Method in class io.github.jdbcx.driver.WrappedStatement
- getMetaData() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getMetaData() - Method in class io.github.jdbcx.driver.WrappedConnection
- getMetaData() - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- getMetaData() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getMetaData(DatabaseMetaData) - Method in class io.github.jdbcx.driver.ConnectionManager
- getMetaData(ParameterMetaData) - Method in class io.github.jdbcx.driver.ConnectionManager
- getMetaData(ResultSetMetaData) - Method in class io.github.jdbcx.driver.ConnectionManager
- getMinorVersion() - Method in class io.github.jdbcx.WrappedDriver
- getMoreResults() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getMoreResults() - Method in class io.github.jdbcx.driver.WrappedStatement
- getMoreResults(int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getMoreResults(int) - Method in class io.github.jdbcx.driver.WrappedStatement
- getName() - Method in interface io.github.jdbcx.DriverExtension
- getNCharacterStream(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getNCharacterStream(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getNCharacterStream(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getNCharacterStream(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getNClob(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getNClob(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getNClob(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getNClob(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getNetworkTimeout() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getNetworkTimeout() - Method in class io.github.jdbcx.driver.WrappedConnection
- getNormalizedProperties() - Method in class io.github.jdbcx.driver.ConnectionManager
- getNString(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getNString(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getNString(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getNString(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getObject(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getObject(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getObject(int, Class<T>) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getObject(int, Class<T>) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getObject(int, Map<String, Class<?>>) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getObject(int, Map<String, Class<?>>) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getObject(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getObject(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getObject(String, Class<T>) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getObject(String, Class<T>) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getObject(String, Map<String, Class<?>>) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getObject(String, Map<String, Class<?>>) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getOptions(Properties) - Method in interface io.github.jdbcx.DriverExtension
-
Gets the consolidated configuration options supported by this extension.
- getOriginalProperties() - Method in class io.github.jdbcx.driver.ConnectionManager
- getParameterMetaData() - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- getParentLogger() - Method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- getParentLogger() - Method in class io.github.jdbcx.driver.WrappedDataSource
- getParentLogger() - Method in class io.github.jdbcx.WrappedDriver
- getPooledConnection() - Method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- getPooledConnection(String, String) - Method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- getProperties() - Method in class io.github.jdbcx.driver.ExecutableBlock
- getPropertyInfo(String, Properties) - Method in class io.github.jdbcx.driver.AbstractDriver
- getQueryTimeout() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getQueryTimeout() - Method in class io.github.jdbcx.driver.WrappedStatement
- getRef(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getRef(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getRef(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getRef(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getResultSet() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getResultSet() - Method in class io.github.jdbcx.driver.QueryResult
- getResultSet() - Method in class io.github.jdbcx.driver.WrappedStatement
- getResultSetConcurrency() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getResultSetConcurrency() - Method in class io.github.jdbcx.driver.WrappedStatement
- getResultSetHoldability() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getResultSetHoldability() - Method in class io.github.jdbcx.driver.WrappedStatement
- getResultSetType() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getResultSetType() - Method in class io.github.jdbcx.driver.WrappedStatement
- getRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getRowId(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getRowId(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getRowId(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getRowId(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getSchema() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getSchema() - Method in class io.github.jdbcx.driver.WrappedConnection
- getSchemas(String, Properties) - Method in interface io.github.jdbcx.DriverExtension
- getSchemas(String, Properties) - Method in class io.github.jdbcx.extension.CodeQLDriverExtension
- getSchemas(String, Properties) - Method in class io.github.jdbcx.extension.ScriptDriverExtension
- getShort(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getShort(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getShort(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getShort(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getSQLXML(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getSQLXML(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getSQLXML(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getSQLXML(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getStatement() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getStaticParts() - Method in class io.github.jdbcx.driver.ParsedQuery
- getString(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getString(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getString(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getString(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTables(String, String, String[], Properties) - Method in interface io.github.jdbcx.DriverExtension
- getTables(String, String, String[], Properties) - Method in class io.github.jdbcx.extension.DbDriverExtension
- getTables(String, String, String[], Properties) - Method in class io.github.jdbcx.extension.ScriptDriverExtension
- getTime(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTime(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTime(int, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTime(int, Calendar) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTime(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTime(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTime(String, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTime(String, Calendar) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTimestamp(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTimestamp(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTimestamp(int, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTimestamp(int, Calendar) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTimestamp(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTimestamp(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTimestamp(String, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getTimestamp(String, Calendar) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTransactionIsolation() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getTransactionIsolation() - Method in class io.github.jdbcx.driver.WrappedConnection
- getType() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getTypeMap() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getTypeMap() - Method in class io.github.jdbcx.driver.WrappedConnection
- getUnicodeStream(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getUnicodeStream(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getUpdateCount() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- getUpdateCount() - Method in class io.github.jdbcx.driver.QueryResult
- getUpdateCount() - Method in class io.github.jdbcx.driver.WrappedStatement
- getUrl() - Method in class io.github.jdbcx.driver.ConnectionManager
- getURL(int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getURL(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getURL(String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- getURL(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- getUsage() - Method in class io.github.jdbcx.driver.HelpDriverExtension
- getUsage() - Method in interface io.github.jdbcx.DriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.BlackholeDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.CodeQLDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.DbDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.PromptDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.PrqlDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.ScriptDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.ShellDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.VarDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.VersionDriverExtension
- getUsage() - Method in class io.github.jdbcx.extension.WebDriverExtension
- getWarnings() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- getWarnings() - Method in class io.github.jdbcx.driver.QueryResult
- getWarnings() - Method in class io.github.jdbcx.driver.WrappedConnection
- getWarnings() - Method in class io.github.jdbcx.driver.WrappedResultSet
- getWarnings() - Method in class io.github.jdbcx.driver.WrappedStatement
- getXAResource() - Method in class io.github.jdbcx.driver.WrappedXAConnection
H
- handleResults(String) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- handleResults(String, WrappedStatement) - Method in class io.github.jdbcx.driver.WrappedConnection
- handleString(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- handleString(String, AtomicReference<SQLWarning>) - Method in class io.github.jdbcx.driver.WrappedConnection
- hasConfig(String) - Method in interface io.github.jdbcx.DriverExtension
- hasConfig(String, String) - Method in class io.github.jdbcx.driver.FileBasedConfigManager
- hasGeneratedKeys() - Method in class io.github.jdbcx.driver.QueryResult
- hashCode() - Method in class io.github.jdbcx.driver.ExecutableBlock
- hashCode() - Method in class io.github.jdbcx.driver.ParsedQuery
- hashCode() - Method in class io.github.jdbcx.driver.QueryParser.Part
- hasNoArguments() - Method in class io.github.jdbcx.driver.ExecutableBlock
- hasOutput() - Method in class io.github.jdbcx.driver.ExecutableBlock
- hasResultSet() - Method in class io.github.jdbcx.driver.QueryResult
- hasUpdateCount() - Method in class io.github.jdbcx.driver.QueryResult
- hasWarnings() - Method in class io.github.jdbcx.driver.QueryResult
- HelpDriverExtension - Class in io.github.jdbcx.driver
- HelpDriverExtension() - Constructor for class io.github.jdbcx.driver.HelpDriverExtension
I
- insertRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
- io.github.jdbcx - package io.github.jdbcx
- io.github.jdbcx.dialect - package io.github.jdbcx.dialect
- io.github.jdbcx.driver - package io.github.jdbcx.driver
- io.github.jdbcx.driver.impl - package io.github.jdbcx.driver.impl
- io.github.jdbcx.extension - package io.github.jdbcx.extension
- isAfterLast() - Method in class io.github.jdbcx.driver.WrappedResultSet
- isBeforeFirst() - Method in class io.github.jdbcx.driver.WrappedResultSet
- isClosed() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- isClosed() - Method in class io.github.jdbcx.driver.WrappedConnection
- isClosed() - Method in class io.github.jdbcx.driver.WrappedResultSet
- isClosed() - Method in class io.github.jdbcx.driver.WrappedStatement
- isCloseOnCompletion() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- isCloseOnCompletion() - Method in class io.github.jdbcx.driver.WrappedStatement
- isDirectQuery() - Method in class io.github.jdbcx.driver.ParsedQuery
- isFirst() - Method in class io.github.jdbcx.driver.WrappedResultSet
- isLast() - Method in class io.github.jdbcx.driver.WrappedResultSet
- isPoolable() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- isPoolable() - Method in class io.github.jdbcx.driver.WrappedStatement
- isReadOnly() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- isReadOnly() - Method in class io.github.jdbcx.driver.WrappedConnection
- isValid(int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- isValid(int) - Method in class io.github.jdbcx.driver.WrappedConnection
- isWrapperFor(Class<?>) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- isWrapperFor(Class<?>) - Method in class io.github.jdbcx.driver.WrappedConnection
- isWrapperFor(Class<?>) - Method in class io.github.jdbcx.driver.WrappedDataSource
- isWrapperFor(Class<?>) - Method in class io.github.jdbcx.driver.WrappedResultSet
- isWrapperFor(Class<?>) - Method in class io.github.jdbcx.driver.WrappedStatement
J
- JDBC_PREFIX - Static variable in class io.github.jdbcx.driver.ConnectionManager
- JDBC_TABLE_FIELDS - Static variable in interface io.github.jdbcx.DriverExtension
- JdbcActivityListener - Interface in io.github.jdbcx
- jdbcCompliant() - Method in class io.github.jdbcx.WrappedDriver
- JdbcDialect - Interface in io.github.jdbcx
- JDBCX_PREFIX - Static variable in class io.github.jdbcx.driver.ConnectionManager
L
- last() - Method in class io.github.jdbcx.driver.WrappedResultSet
M
- main(String[]) - Static method in class io.github.jdbcx.Main
- Main - Class in io.github.jdbcx
- manager - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- manager - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- manager - Variable in class io.github.jdbcx.driver.WrappedConnection
- maxFieldSize - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- maxRows - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- moveToCurrentRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
- moveToInsertRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
N
- nativeSQL(String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- nativeSQL(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- networkTimeout - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- newPart(int, String) - Static method in class io.github.jdbcx.driver.QueryParser
- next() - Method in class io.github.jdbcx.driver.WrappedResultSet
- normalize(String, Properties) - Static method in class io.github.jdbcx.driver.ConnectionManager
O
- of(ConnectionPoolDataSource) - Static method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- of(DataSource) - Static method in class io.github.jdbcx.driver.WrappedDataSource
- onError(SQLException) - Method in interface io.github.jdbcx.JdbcActivityListener
- onMetaData(DatabaseMetaData) - Method in interface io.github.jdbcx.JdbcActivityListener
- onMetaData(ParameterMetaData) - Method in interface io.github.jdbcx.JdbcActivityListener
- onMetaData(ResultSetMetaData) - Method in interface io.github.jdbcx.JdbcActivityListener
- onQuery(String) - Method in class io.github.jdbcx.extension.VersionDriverExtension
- onQuery(String) - Method in interface io.github.jdbcx.JdbcActivityListener
- onQuery(PreparedStatement, String) - Method in interface io.github.jdbcx.JdbcActivityListener
- onResult(ResultSet) - Method in interface io.github.jdbcx.JdbcActivityListener
P
- parent - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- parse(String, Properties) - Static method in class io.github.jdbcx.driver.QueryParser
-
Parses the given query string.
- parse(String, Properties, char) - Static method in class io.github.jdbcx.driver.QueryParser
-
Parses the given query string to extract discrete parts and executable code blocks.
- ParsedQuery - Class in io.github.jdbcx.driver
- poolable - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- prepareCall(String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareCall(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareCall(String, int, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareCall(String, int, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareCall(String, int, int, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareCall(String, int, int, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareStatement(String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareStatement(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareStatement(String, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareStatement(String, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareStatement(String, int[]) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareStatement(String, int[]) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareStatement(String, int, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareStatement(String, int, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareStatement(String, int, int, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareStatement(String, int, int, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- prepareStatement(String, String[]) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- prepareStatement(String, String[]) - Method in class io.github.jdbcx.driver.WrappedConnection
- previous() - Method in class io.github.jdbcx.driver.WrappedResultSet
- process(String) - Method in interface io.github.jdbcx.QueryExtension
- PromptDriverExtension - Class in io.github.jdbcx.extension
- PromptDriverExtension() - Constructor for class io.github.jdbcx.extension.PromptDriverExtension
- PrqlDriverExtension - Class in io.github.jdbcx.extension
- PrqlDriverExtension() - Constructor for class io.github.jdbcx.extension.PrqlDriverExtension
Q
- query - Variable in class io.github.jdbcx.driver.WrappedPreparedStatement
- QueryBuilder - Class in io.github.jdbcx.driver
- QueryBuilder(QueryContext, ParsedQuery, ConnectionManager, QueryResult) - Constructor for class io.github.jdbcx.driver.QueryBuilder
- QueryExtension - Interface in io.github.jdbcx
- QueryParser - Class in io.github.jdbcx.driver
-
This class parses the given query string to extract discrete parts and executable code blocks.
- QueryParser.Part - Class in io.github.jdbcx.driver
- queryResult - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- queryResult - Variable in class io.github.jdbcx.driver.WrappedStatement
- QueryResult - Class in io.github.jdbcx.driver
- QueryResult(AtomicReference<SQLWarning>) - Constructor for class io.github.jdbcx.driver.QueryResult
- queryTimeout - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
R
- readOnly - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- refreshRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
- registerOutParameter(int, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- registerOutParameter(int, int, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- registerOutParameter(int, int, String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- registerOutParameter(String, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- registerOutParameter(String, int, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- registerOutParameter(String, int, String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- relative(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- releaseSavepoint(Savepoint) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- releaseSavepoint(Savepoint) - Method in class io.github.jdbcx.driver.WrappedConnection
- reload(Properties) - Method in class io.github.jdbcx.driver.FileBasedConfigManager
- remove(DefaultResource) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- removeConnectionEventListener(ConnectionEventListener) - Method in class io.github.jdbcx.driver.WrappedPooledConnection
- removeStatementEventListener(StatementEventListener) - Method in class io.github.jdbcx.driver.WrappedPooledConnection
- reset() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- reset() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- reset() - Method in class io.github.jdbcx.driver.QueryResult
- resetCurrentResults() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- resetValues() - Method in class io.github.jdbcx.driver.QueryResult
- results - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- rollback() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- rollback() - Method in class io.github.jdbcx.driver.WrappedConnection
- rollback(Savepoint) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- rollback(Savepoint) - Method in class io.github.jdbcx.driver.WrappedConnection
- rowDeleted() - Method in class io.github.jdbcx.driver.WrappedResultSet
- rowInserted() - Method in class io.github.jdbcx.driver.WrappedResultSet
- rowUpdated() - Method in class io.github.jdbcx.driver.WrappedResultSet
- rsConcurrency - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- rsConcurrency - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- rsFetchDirection - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- rsHoldability - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- rsHoldability - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
- rsType - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- rsType - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
S
- schema - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- ScriptDriverExtension - Class in io.github.jdbcx.extension
- ScriptDriverExtension() - Constructor for class io.github.jdbcx.extension.ScriptDriverExtension
- setArray(int, Array) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setAsciiStream(int, InputStream) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setAsciiStream(String, InputStream) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setAsciiStream(String, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setAsciiStream(String, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setAutoCommit(boolean) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setAutoCommit(boolean) - Method in class io.github.jdbcx.driver.WrappedConnection
- setBigDecimal(int, BigDecimal) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBigDecimal(String, BigDecimal) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBinaryStream(int, InputStream) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBinaryStream(String, InputStream) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBinaryStream(String, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBinaryStream(String, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBlob(int, InputStream) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBlob(int, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBlob(int, Blob) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBlob(String, InputStream) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBlob(String, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBlob(String, Blob) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBoolean(int, boolean) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBoolean(String, boolean) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setByte(int, byte) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setByte(String, byte) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setBytes(int, byte[]) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setBytes(String, byte[]) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setCatalog(String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setCatalog(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- setCharacterStream(int, Reader) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setCharacterStream(String, Reader) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setCharacterStream(String, Reader, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setClientInfo(String, String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setClientInfo(String, String) - Method in class io.github.jdbcx.driver.WrappedConnection
- setClientInfo(Properties) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setClientInfo(Properties) - Method in class io.github.jdbcx.driver.WrappedConnection
- setClob(int, Reader) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setClob(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setClob(int, Clob) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setClob(String, Reader) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setClob(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setClob(String, Clob) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setCursorName(String) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setCursorName(String) - Method in class io.github.jdbcx.driver.WrappedStatement
- setDate(int, Date) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setDate(int, Date, Calendar) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setDate(String, Date) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setDate(String, Date, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setDouble(int, double) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setDouble(String, double) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setEscapeProcessing(boolean) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setEscapeProcessing(boolean) - Method in class io.github.jdbcx.driver.WrappedStatement
- setFetchDirection(int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setFetchDirection(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- setFetchDirection(int) - Method in class io.github.jdbcx.driver.WrappedStatement
- setFetchSize(int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setFetchSize(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- setFetchSize(int) - Method in class io.github.jdbcx.driver.WrappedStatement
- setFloat(int, float) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setFloat(String, float) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setGeneratedKeys(ResultSet) - Method in class io.github.jdbcx.driver.QueryResult
- setHoldability(int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setHoldability(int) - Method in class io.github.jdbcx.driver.WrappedConnection
- setInt(int, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setInt(String, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setLoginTimeout(int) - Method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- setLoginTimeout(int) - Method in class io.github.jdbcx.driver.WrappedDataSource
- setLogWriter(PrintWriter) - Method in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- setLogWriter(PrintWriter) - Method in class io.github.jdbcx.driver.WrappedDataSource
- setLong(int, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setLong(String, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setMaxFieldSize(int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setMaxFieldSize(int) - Method in class io.github.jdbcx.driver.WrappedStatement
- setMaxRows(int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setMaxRows(int) - Method in class io.github.jdbcx.driver.WrappedStatement
- setNCharacterStream(int, Reader) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNCharacterStream(String, Reader) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setNCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setNClob(int, Reader) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNClob(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNClob(int, NClob) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNClob(String, Reader) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setNClob(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setNClob(String, NClob) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setNetworkTimeout(Executor, int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setNetworkTimeout(Executor, int) - Method in class io.github.jdbcx.driver.WrappedConnection
- setNextWarning(SQLWarning) - Method in class io.github.jdbcx.driver.QueryResult
- setNString(int, String) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNString(String, String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setNull(int, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNull(int, int, String) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setNull(String, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setNull(String, int, String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setObject(int, Object) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setObject(int, Object, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setObject(int, Object, int, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setObject(String, Object) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setObject(String, Object, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setObject(String, Object, int, int) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setPoolable(boolean) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setPoolable(boolean) - Method in class io.github.jdbcx.driver.WrappedStatement
- setQueryTimeout(int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
- setQueryTimeout(int) - Method in class io.github.jdbcx.driver.WrappedStatement
- setReadOnly(boolean) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setReadOnly(boolean) - Method in class io.github.jdbcx.driver.WrappedConnection
- setRef(int, Ref) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setResultSet(ResultSet) - Method in class io.github.jdbcx.driver.QueryResult
- setRowId(int, RowId) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setRowId(String, RowId) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setSavepoint() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setSavepoint() - Method in class io.github.jdbcx.driver.WrappedConnection
- setSavepoint(String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setSavepoint(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- setSchema(String) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setSchema(String) - Method in class io.github.jdbcx.driver.WrappedConnection
- setShort(int, short) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setShort(String, short) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setSQLXML(int, SQLXML) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setSQLXML(String, SQLXML) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setString(int, String) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setString(String, String) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setTime(int, Time) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setTime(int, Time, Calendar) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setTime(String, Time) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setTime(String, Time, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setTimestamp(int, Timestamp) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setTimestamp(String, Timestamp) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setTimestamp(String, Timestamp, Calendar) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setTransactionIsolation(int) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setTransactionIsolation(int) - Method in class io.github.jdbcx.driver.WrappedConnection
- setTypeMap(Map<String, Class<?>>) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- setTypeMap(Map<String, Class<?>>) - Method in class io.github.jdbcx.driver.WrappedConnection
- setUnicodeStream(int, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setUpdateCount(int) - Method in class io.github.jdbcx.driver.QueryResult
- setURL(int, URL) - Method in class io.github.jdbcx.driver.WrappedPreparedStatement
- setURL(String, URL) - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- setWarnings(SQLWarning) - Method in class io.github.jdbcx.driver.QueryResult
- ShellDriverExtension - Class in io.github.jdbcx.extension
- ShellDriverExtension() - Constructor for class io.github.jdbcx.extension.ShellDriverExtension
- stmt - Variable in class io.github.jdbcx.driver.WrappedResultSet
- supportsDirectQuery() - Method in interface io.github.jdbcx.DriverExtension
- supportsDirectQuery() - Method in class io.github.jdbcx.extension.PrqlDriverExtension
- supportsInspection() - Method in interface io.github.jdbcx.DriverExtension
- supportsNoArguments() - Method in class io.github.jdbcx.driver.HelpDriverExtension
- supportsNoArguments() - Method in interface io.github.jdbcx.DriverExtension
-
Whether this extension supports execution without passing any properties and content.
- supportsNoArguments() - Method in class io.github.jdbcx.extension.VersionDriverExtension
T
- toString() - Method in class io.github.jdbcx.driver.QueryParser.Part
- txIsoLevel - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
U
- union(List<String>) - Method in interface io.github.jdbcx.JdbcDialect
- unwrap(Class<T>) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
- unwrap(Class<T>) - Method in class io.github.jdbcx.driver.WrappedConnection
- unwrap(Class<T>) - Method in class io.github.jdbcx.driver.WrappedDataSource
- unwrap(Class<T>) - Method in class io.github.jdbcx.driver.WrappedResultSet
- unwrap(Class<T>) - Method in class io.github.jdbcx.driver.WrappedStatement
- updateAll(ResultSet, ResultSet, int) - Method in class io.github.jdbcx.driver.QueryResult
- updateArray(int, Array) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateArray(String, Array) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateAsciiStream(int, InputStream) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateAsciiStream(int, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateAsciiStream(int, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateAsciiStream(String, InputStream) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateAsciiStream(String, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateAsciiStream(String, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBigDecimal(int, BigDecimal) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBigDecimal(String, BigDecimal) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBinaryStream(int, InputStream) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBinaryStream(int, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBinaryStream(int, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBinaryStream(String, InputStream) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBinaryStream(String, InputStream, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBinaryStream(String, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBlob(int, InputStream) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBlob(int, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBlob(int, Blob) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBlob(String, InputStream) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBlob(String, InputStream, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBlob(String, Blob) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBoolean(int, boolean) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBoolean(String, boolean) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateByte(int, byte) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateByte(String, byte) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBytes(int, byte[]) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateBytes(String, byte[]) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateCharacterStream(int, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateCharacterStream(int, Reader, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateCharacterStream(String, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateCharacterStream(String, Reader, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateClob(int, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateClob(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateClob(int, Clob) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateClob(String, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateClob(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateClob(String, Clob) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateDate(int, Date) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateDate(String, Date) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateDouble(int, double) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateDouble(String, double) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateFloat(int, float) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateFloat(String, float) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateInt(int, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateInt(String, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateKeys(ResultSet, int) - Method in class io.github.jdbcx.driver.QueryResult
- updateLong(int, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateLong(String, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNCharacterStream(int, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNCharacterStream(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNCharacterStream(String, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNCharacterStream(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNClob(int, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNClob(int, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNClob(int, NClob) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNClob(String, Reader) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNClob(String, Reader, long) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNClob(String, NClob) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNString(int, String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNString(String, String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNull(int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateNull(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateObject(int, Object) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateObject(int, Object, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateObject(String, Object) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateObject(String, Object, int) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateRef(int, Ref) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateRef(String, Ref) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateResult(ResultSet) - Method in class io.github.jdbcx.driver.QueryResult
- updateRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateRowId(int, RowId) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateRowId(String, RowId) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateShort(int, short) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateShort(String, short) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateSQLXML(int, SQLXML) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateSQLXML(String, SQLXML) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateString(int, String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateString(String, String) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateTime(int, Time) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateTime(String, Time) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateTimestamp(int, Timestamp) - Method in class io.github.jdbcx.driver.WrappedResultSet
- updateTimestamp(String, Timestamp) - Method in class io.github.jdbcx.driver.WrappedResultSet
V
- VarDriverExtension - Class in io.github.jdbcx.extension
- VarDriverExtension() - Constructor for class io.github.jdbcx.extension.VarDriverExtension
- VersionDriverExtension - Class in io.github.jdbcx.extension
- VersionDriverExtension() - Constructor for class io.github.jdbcx.extension.VersionDriverExtension
W
- warning - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
- warning - Variable in class io.github.jdbcx.driver.WrappedStatement
- wasNull() - Method in class io.github.jdbcx.driver.WrappedCallableStatement
- wasNull() - Method in class io.github.jdbcx.driver.WrappedResultSet
- WebDriverExtension - Class in io.github.jdbcx.extension
- WebDriverExtension() - Constructor for class io.github.jdbcx.extension.WebDriverExtension
- WrappedCallableStatement - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
CallableStatement. - WrappedCallableStatement(WrappedConnection, String, CallableStatement) - Constructor for class io.github.jdbcx.driver.WrappedCallableStatement
- WrappedConnection - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
Connection. - WrappedConnection(DriverInfo) - Constructor for class io.github.jdbcx.driver.WrappedConnection
- WrappedConnection(Connection) - Constructor for class io.github.jdbcx.driver.WrappedConnection
- WrappedConnectionPoolDataSource - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
ConnectionPoolDataSource. - WrappedConnectionPoolDataSource(ConnectionPoolDataSource) - Constructor for class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
- WrappedDataSource - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
DataSource. - WrappedDataSource(DataSource) - Constructor for class io.github.jdbcx.driver.WrappedDataSource
- WrappedDriver - Class in io.github.jdbcx
- WrappedDriver() - Constructor for class io.github.jdbcx.WrappedDriver
- WrappedPooledConnection - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
PooledConnection. - WrappedPooledConnection(PooledConnection) - Constructor for class io.github.jdbcx.driver.WrappedPooledConnection
- WrappedPreparedStatement - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
PreparedStatement. - WrappedPreparedStatement(WrappedConnection, String, PreparedStatement) - Constructor for class io.github.jdbcx.driver.WrappedPreparedStatement
- WrappedResultSet - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
ResultSet. - WrappedResultSet(WrappedStatement, ResultSet) - Constructor for class io.github.jdbcx.driver.WrappedResultSet
- WrappedStatement - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
Statement. - WrappedStatement(WrappedConnection, Statement) - Constructor for class io.github.jdbcx.driver.WrappedStatement
- WrappedXAConnection - Class in io.github.jdbcx.driver
-
This class serves as a wrapper for a
XAConnection. - WrappedXAConnection(XAConnection) - Constructor for class io.github.jdbcx.driver.WrappedXAConnection
All Classes and Interfaces|All Packages|Constant Field Values