Index

A B C D E F G H I J L M N O P Q R S T U V W 
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 Driver interface.
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
 
add(T) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
add(T) - Method in class io.github.jdbcx.driver.WrappedConnection
 
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
 
AGENT - Enum constant in enum io.github.jdbcx.RequestParameter
Agent or client of the request.
ASYNC - Enum constant in enum io.github.jdbcx.QueryMode
Executes a query asynchronously.
autoCommit - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
 

B

BATCH - Enum constant in enum io.github.jdbcx.QueryMode
Executes batch queries.
beforeFirst() - Method in class io.github.jdbcx.driver.WrappedResultSet
 
BridgeDriverExtension - Class in io.github.jdbcx.extension
 
BridgeDriverExtension() - Constructor for class io.github.jdbcx.extension.BridgeDriverExtension
 
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
 
children - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
 
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.impl.DefaultStatement
 
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
 
ClickHouseDialect - Class in io.github.jdbcx.dialect
 
ClickHouseDialect() - Constructor for class io.github.jdbcx.dialect.ClickHouseDialect
 
ClickHouseMapper - Class in io.github.jdbcx.dialect
 
ClickHouseMapper() - Constructor for class io.github.jdbcx.dialect.ClickHouseMapper
 
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.impl.DefaultStatement
 
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
 
closed - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
 
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
 
code() - Method in enum io.github.jdbcx.QueryMode
Gets a single character code representing the query mode.
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
 
COMPRESSION - Enum constant in enum io.github.jdbcx.RequestParameter
Preferred encoding or compression of response.
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(ConfigManager, Map<String, DriverExtension>, DriverExtension, Connection, String, Properties, Properties, String, Properties) - Constructor for class io.github.jdbcx.driver.ConnectionManager
 
ConnectionMetaData - Class in io.github.jdbcx.driver
 
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.BridgeDriverExtension
 
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.McpDriverExtension
 
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.QueryDriverExtension
 
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
 
createWrappedConnection() - Method in class io.github.jdbcx.driver.ConnectionManager
 

D

DB_EXTENSION - Static variable in class io.github.jdbcx.driver.ConnectionManager
 
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(ConfigManager, Map<String, DriverExtension>, DriverExtension, String, Properties, Properties, Properties) - Constructor for class io.github.jdbcx.driver.impl.DefaultConnection
 
DefaultDialect - Class in io.github.jdbcx.dialect
 
DefaultDriverExtension - Class in io.github.jdbcx.driver
 
DefaultMapper - Class in io.github.jdbcx.dialect
 
DefaultMapper() - Constructor for class io.github.jdbcx.dialect.DefaultMapper
 
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
 
defaultValue() - Method in enum io.github.jdbcx.RequestParameter
Gets default value of the parameter.
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
 
DIRECT - Enum constant in enum io.github.jdbcx.QueryMode
Executes a query immediately and waits the result.
DriverExtension - Interface in io.github.jdbcx
 
ds - Variable in class io.github.jdbcx.driver.WrappedConnectionPoolDataSource
 
ds - Variable in class io.github.jdbcx.driver.WrappedDataSource
 
DuckDBDialect - Class in io.github.jdbcx.dialect
 
DuckDBDialect() - Constructor for class io.github.jdbcx.dialect.DuckDBDialect
 
DuckDBMapper - Class in io.github.jdbcx.dialect
 
DuckDBMapper() - Constructor for class io.github.jdbcx.dialect.DuckDBMapper
 

E

endPosition - Variable in class io.github.jdbcx.driver.QueryParser.Part
 
enlist(Connection) - Method in class io.github.jdbcx.driver.ConnectionManager
 
ensureOpen() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
 
ensureOpen() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
equals(Object) - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
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
 
executeLargeUpdate(String) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
executeLargeUpdate(String) - Method in class io.github.jdbcx.driver.WrappedStatement
 
executeLargeUpdate(String, int) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
executeLargeUpdate(String, int) - Method in class io.github.jdbcx.driver.WrappedStatement
 
executeLargeUpdate(String, int[]) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
executeLargeUpdate(String, int[]) - Method in class io.github.jdbcx.driver.WrappedStatement
 
executeLargeUpdate(String, String[]) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
executeLargeUpdate(String, String[]) - 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

findColumn(String) - Method in class io.github.jdbcx.driver.WrappedResultSet
 
findDialect(String) - Static method in class io.github.jdbcx.driver.ConnectionManager
 
first() - Method in class io.github.jdbcx.driver.WrappedResultSet
 
FORMAT - Enum constant in enum io.github.jdbcx.RequestParameter
Preferred MIME type of response.
fromCode(char) - Static method in enum io.github.jdbcx.QueryMode
Gets query mode based on the given code.
fromCode(char, QueryMode) - Static method in enum io.github.jdbcx.QueryMode
Gets query mode based on the given code.
fromPath(String) - Static method in enum io.github.jdbcx.QueryMode
Gets query mode based on given path.
fromPath(String, QueryMode) - Static method in enum io.github.jdbcx.QueryMode
Gets query mode based on given path.

G

get(Class<T>) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
 
get(Class<T>) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
get(Class<T>, Predicate<T>) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
 
get(Class<T>, Predicate<T>) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
get(Class<T>, Predicate<T>) - Method in class io.github.jdbcx.driver.WrappedConnection
 
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.McpDriverExtension
 
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.QueryDriverExtension
 
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
 
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
 
getBridgeContext() - Method in class io.github.jdbcx.driver.ConnectionManager
Gets bridge context.
getBridgeToken() - Method in class io.github.jdbcx.driver.ConnectionManager
Gets base64 encoded token to access bridge server.
getBridgeUrl() - Method in class io.github.jdbcx.driver.ConnectionManager
 
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(ConfigManager, Properties) - Method in interface io.github.jdbcx.DriverExtension
Gets configuration for this extension.
getConfigManager() - Method in class io.github.jdbcx.driver.ConnectionManager
 
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(ConfigManager, String, Properties) - Method in interface io.github.jdbcx.DriverExtension
 
getConnection(ConfigManager, String, Properties) - Method in class io.github.jdbcx.extension.DbDriverExtension
 
getConnection(String, String) - Method in class io.github.jdbcx.driver.WrappedDataSource
 
getContent() - Method in class io.github.jdbcx.driver.ExecutableBlock
 
getCursorName() - Method in class io.github.jdbcx.driver.WrappedResultSet
 
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.BridgeDriverExtension
 
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.McpDriverExtension
 
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.QueryDriverExtension
 
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.VarDriverExtension
 
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.BridgeDriverExtension
 
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.McpDriverExtension
 
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.QueryDriverExtension
 
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() - Method in interface io.github.jdbcx.driver.ManagedConnection
 
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
 
getDriver() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
getDriverInfo(String, Properties) - Method in class io.github.jdbcx.driver.AbstractDriver
 
getDriverName() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
getDriverVersion() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
getEncodings(Compression) - Method in interface io.github.jdbcx.JdbcDialect
 
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
 
getIds() - Method in class io.github.jdbcx.driver.ExecutableBlock
 
getIndex() - Method in class io.github.jdbcx.driver.ExecutableBlock
 
getInstance() - Static method in class io.github.jdbcx.dialect.DefaultDialect
 
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
 
getJdbcUrl() - Method in class io.github.jdbcx.driver.ConnectionManager
 
getLargeUpdateCount() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
getLargeUpdateCount() - Method in class io.github.jdbcx.driver.WrappedStatement
 
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
 
getManager() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
 
getManager() - Method in interface io.github.jdbcx.driver.ManagedConnection
Gets connection manager.
getManager() - Method in class io.github.jdbcx.driver.WrappedConnection
 
getMapper() - Method in class io.github.jdbcx.dialect.ClickHouseDialect
 
getMapper() - Method in class io.github.jdbcx.dialect.DefaultDialect
 
getMapper() - Method in class io.github.jdbcx.dialect.DuckDBDialect
 
getMapper() - Method in interface io.github.jdbcx.JdbcDialect
 
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.ConnectionManager
 
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
 
getMimeTypes(Format) - Method in interface io.github.jdbcx.JdbcDialect
 
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
 
getPackageName() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
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
 
getPreferredCompression() - Method in interface io.github.jdbcx.JdbcDialect
Gets preferred compression algorithm.
getPreferredFormat() - Method in class io.github.jdbcx.dialect.ClickHouseDialect
 
getPreferredFormat() - Method in class io.github.jdbcx.dialect.DuckDBDialect
 
getPreferredFormat() - Method in interface io.github.jdbcx.JdbcDialect
Gets preferred data format.
getProduct() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
getProductName() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
getProductVersion() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
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
 
getRemoteTable(Connection, String) - Method in interface io.github.jdbcx.JdbcDialect
Gets table representing the given URL.
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(ConfigManager, String, Properties) - Method in interface io.github.jdbcx.DriverExtension
 
getSchemas(ConfigManager, String, Properties) - Method in class io.github.jdbcx.extension.CodeQLDriverExtension
 
getSchemas(ConfigManager, 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
 
getSubstitutedContent() - Method in class io.github.jdbcx.driver.ExecutableBlock
 
getSubstitutedContent(Properties) - Method in class io.github.jdbcx.driver.ExecutableBlock
 
getSupportedExtensions() - Method in class io.github.jdbcx.driver.ConnectionManager
 
getTables(ConfigManager, String, String, String[], Properties) - Method in interface io.github.jdbcx.DriverExtension
 
getTables(ConfigManager, String, String, String[], Properties) - Method in class io.github.jdbcx.extension.DbDriverExtension
 
getTables(ConfigManager, 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.ConnectionMetaData
 
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.BridgeDriverExtension
 
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.McpDriverExtension
 
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.QueryDriverExtension
 
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
 
getUserName() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
getValue(Map<String, String>, Map<String, String>, String...) - Method in enum io.github.jdbcx.RequestParameter
Gets value of the query parameter by checking headers, params, and defaultValues in order.
getValueFactory(Format) - Method in interface io.github.jdbcx.JdbcDialect
 
getVariableTag() - Method in class io.github.jdbcx.driver.ConnectionManager
 
getVariableTag() - Method in interface io.github.jdbcx.JdbcDialect
 
getWarnings() - Method in class io.github.jdbcx.driver.impl.DefaultConnection
 
getWarnings() - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
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
 
hasGeneratedKeys() - Method in class io.github.jdbcx.driver.QueryResult
 
hashCode() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
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
 
hasMultipleIds() - Method in class io.github.jdbcx.driver.ExecutableBlock
 
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
 
hasUserName() - Method in class io.github.jdbcx.driver.ConnectionMetaData
 
hasWarnings() - Method in class io.github.jdbcx.driver.QueryResult
 
header() - Method in enum io.github.jdbcx.RequestParameter
Gets HTTP request header name in lower case.
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.impl.DefaultStatement
 
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
 
isStaticQuery() - Method in class io.github.jdbcx.driver.ParsedQuery
Checks whether this parsed query is static or not.
isUsingDatabaseExtension() - Method in class io.github.jdbcx.driver.ConnectionManager
 
isUsingDatabaseOrDefaultExtension() - Method in class io.github.jdbcx.driver.ConnectionManager
 
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.impl.DefaultStatement
 
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
 
ManagedConnection - Interface in io.github.jdbcx.driver
This interface defines a JDBCX managed connection.
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
 
McpDriverExtension - Class in io.github.jdbcx.extension
 
McpDriverExtension() - Constructor for class io.github.jdbcx.extension.McpDriverExtension
 
MODE - Enum constant in enum io.github.jdbcx.RequestParameter
QueryMode of the request.
moveToCurrentRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
 
moveToInsertRow() - Method in class io.github.jdbcx.driver.WrappedResultSet
 
MUTATION - Enum constant in enum io.github.jdbcx.QueryMode
Executes a mutation immediately and waits for the result.

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
 
newOrphanStatement() - Method in class io.github.jdbcx.driver.WrappedStatement
 
newPart(int, String) - Static method in class io.github.jdbcx.driver.QueryParser
 
next() - Method in class io.github.jdbcx.driver.WrappedResultSet
 
normalize(String, VariableTag, Properties) - Static method in class io.github.jdbcx.driver.ConnectionManager
 

O

of(String) - Static method in enum io.github.jdbcx.QueryMode
Gets query mode based on given string, which could be a single character code, path or name.
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(Result<?>) - Method in interface io.github.jdbcx.JdbcActivityListener
 
OPTIONS - Static variable in class io.github.jdbcx.extension.BridgeDriverExtension
 
orphan - Variable in class io.github.jdbcx.driver.WrappedStatement
 

P

parameter() - Method in enum io.github.jdbcx.RequestParameter
Gets query parameter name can be used in request URL.
parent - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
 
parent - Variable in class io.github.jdbcx.driver.impl.DefaultStatement
 
parse(String, VariableTag, Properties) - Static method in class io.github.jdbcx.driver.QueryParser
 
parse(String, VariableTag, Properties, ConfigManager) - Static method in class io.github.jdbcx.driver.QueryParser
Parses the given query string.
ParsedQuery - Class in io.github.jdbcx.driver
 
path() - Method in enum io.github.jdbcx.QueryMode
Gets semantic relative path used in constructing the query URL.
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
 
PROPERTY_BRIDGE_TOKEN - Static variable in interface io.github.jdbcx.DriverExtension
 
PROPERTY_BRIDGE_URL - Static variable in interface io.github.jdbcx.DriverExtension
 
PROPERTY_PATH - Static variable in interface io.github.jdbcx.DriverExtension
 
PROPERTY_PRODUCT - Static variable in interface io.github.jdbcx.DriverExtension
 
PROPERTY_USER - Static variable in interface io.github.jdbcx.DriverExtension
 
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
 
QUERY - Enum constant in enum io.github.jdbcx.RequestParameter
Query.
QUERY_ID - Enum constant in enum io.github.jdbcx.RequestParameter
Unique ID of the query.
QueryBuilder - Class in io.github.jdbcx.driver
 
QueryBuilder(QueryContext, ParsedQuery, ConnectionManager, QueryResult) - Constructor for class io.github.jdbcx.driver.QueryBuilder
 
QueryDriverExtension - Class in io.github.jdbcx.extension
 
QueryDriverExtension() - Constructor for class io.github.jdbcx.extension.QueryDriverExtension
 
QueryExtension - Interface in io.github.jdbcx
 
QueryMode - Enum 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
 
quoteIdentifier(String) - Method in class io.github.jdbcx.dialect.ClickHouseMapper
 
quoteIdentifier(String) - Method in interface io.github.jdbcx.ResultMapper
 

R

readOnly - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
 
REDIRECT - Enum constant in enum io.github.jdbcx.QueryMode
Submits a query and gets redirected to retrieve the results.
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
 
remove(AutoCloseable) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
 
remove(AutoCloseable) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
removeConnectionEventListener(ConnectionEventListener) - Method in class io.github.jdbcx.driver.WrappedPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class io.github.jdbcx.driver.WrappedPooledConnection
 
RequestParameter - Enum in io.github.jdbcx
 
requiresBridgeContext() - Method in interface io.github.jdbcx.DriverExtension
Whether this extension requires bridge context(e.g. current DB product, user, and bridge config etc.) or not.
requiresBridgeContext() - Method in class io.github.jdbcx.extension.BridgeDriverExtension
 
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
 
resources - Variable in class io.github.jdbcx.driver.WrappedConnection
 
ResultMapper - Interface in io.github.jdbcx
 
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

sameAs(ExecutableBlock) - Method in class io.github.jdbcx.driver.ExecutableBlock
 
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(long) - 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
 
split(String) - Static method in class io.github.jdbcx.driver.QueryParser
Splits the query into zero or more groups separated by ^--;; <comments>$.
stmt - Variable in class io.github.jdbcx.driver.WrappedResultSet
 
SUBMIT - Enum constant in enum io.github.jdbcx.QueryMode
Submits a query for later execution.
supportMultipleResultSetsPerStatement() - Method in class io.github.jdbcx.dialect.ClickHouseDialect
 
supportMultipleResultSetsPerStatement() - Method in interface io.github.jdbcx.JdbcDialect
Whether a Statement supports multiple ResultSet in open status.
supports(Compression) - Method in interface io.github.jdbcx.JdbcDialect
Checks if the compression algorithm is supported or not.
supports(Format) - Method in class io.github.jdbcx.dialect.ClickHouseDialect
 
supports(Format) - Method in class io.github.jdbcx.dialect.DuckDBDialect
 
supports(Format) - Method in interface io.github.jdbcx.JdbcDialect
Checks if the data format is supported or not.
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.McpDriverExtension
 
supportsNoArguments() - Method in class io.github.jdbcx.extension.QueryDriverExtension
 
supportsNoArguments() - Method in class io.github.jdbcx.extension.VersionDriverExtension
 

T

toColumnDefinition(Field...) - Method in interface io.github.jdbcx.ResultMapper
 
toColumnType(Field) - Method in class io.github.jdbcx.dialect.ClickHouseMapper
 
toColumnType(Field) - Method in class io.github.jdbcx.dialect.DefaultMapper
 
toColumnType(Field) - Method in class io.github.jdbcx.dialect.DuckDBMapper
 
toColumnType(Field) - Method in interface io.github.jdbcx.ResultMapper
 
toRemoteTable(String, Format, Compression, Result<?>) - Method in class io.github.jdbcx.dialect.ClickHouseMapper
 
toRemoteTable(String, Format, Compression, Result<?>) - Method in class io.github.jdbcx.dialect.DuckDBMapper
 
toRemoteTable(String, Format, Compression, Result<?>) - Method in interface io.github.jdbcx.ResultMapper
 
toString() - Method in class io.github.jdbcx.driver.QueryParser.Part
 
toStructDefinition(Field...) - Method in class io.github.jdbcx.dialect.DuckDBMapper
 
TRANSACTION_ID - Enum constant in enum io.github.jdbcx.RequestParameter
Transaction ID.
translate(String) - Static method in class io.github.jdbcx.driver.ConnectionManager
 
txIsoLevel - Variable in class io.github.jdbcx.driver.impl.DefaultConnection
 

U

unwrap(Class<T>) - Method in class io.github.jdbcx.driver.impl.DefaultConnection
 
unwrap(Class<T>) - Method in class io.github.jdbcx.driver.impl.DefaultStatement
 
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, long) - 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, long) - 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
 
useBridge() - Method in class io.github.jdbcx.driver.ExecutableBlock
 
USER - Enum constant in enum io.github.jdbcx.RequestParameter
User who created the request.

V

valueOf(String) - Static method in enum io.github.jdbcx.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.jdbcx.RequestParameter
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.jdbcx.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.jdbcx.RequestParameter
Returns an array containing the constants of this enum type, in the order they are declared.
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.impl.DefaultStatement
 
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, boolean) - 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(DriverInfo, Connection, String) - 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, boolean) - 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, boolean) - 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
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values