Uses of Interface
org.jdbi.v3.core.config.Configurable
-
Packages that use Configurable Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.core.config.internal org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution. -
-
Uses of Configurable in org.jdbi.v3.core
Classes in org.jdbi.v3.core that implement Configurable Modifier and Type Class Description classHandleThis represents a connection to the database system.classJdbiMain entry point; configurable wrapper around a JDBCDataSource. -
Uses of Configurable in org.jdbi.v3.core.config.internal
Methods in org.jdbi.v3.core.config.internal with parameters of type Configurable Modifier and Type Method Description default VConfigCache. get(K key, Configurable<?> configurable) -
Uses of Configurable in org.jdbi.v3.core.statement
Classes in org.jdbi.v3.core.statement that implement Configurable Modifier and Type Class Description (package private) classBaseStatement<This>classBatchRepresents a group of non-prepared statements to be sent to the RDMBS in one "request".classCallUsed for invoking stored procedures.classMetaDataAccess to Database Metadata.classPreparedBatchRepresents a prepared batch statement.classQueryStatement providing convenience result handling for SQL queries.classScriptRepresents a number of SQL statements delimited by semicolon which will be executed in order in a batch statement.classSqlStatement<This extends SqlStatement<This>>This class provides the common functions betweenQueryandUpdate.classUpdateUsed for INSERT, UPDATE, and DELETE statements
-