Uses of Interface
org.jdbi.v3.core.config.Configurable
Packages that use Configurable
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
statement
package 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 ConfigurableModifier and TypeClassDescriptionclass
This represents a connection to the database system.class
Main entry point; configurable wrapper around a JDBCDataSource
. -
Uses of Configurable in org.jdbi.v3.core.statement
Classes in org.jdbi.v3.core.statement that implement ConfigurableModifier and TypeClassDescriptionclass
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".class
Used for invoking stored procedures.final class
Access to Database Metadata.class
Represents a prepared batch statement.class
Statement providing convenience result handling for SQL queries.class
Represents a number of SQL statements delimited by semicolon which will be executed in order in a batch statement.class
SqlStatement<This extends SqlStatement<This>>
This class provides the common functions betweenQuery
andUpdate
.class
Used for INSERT, UPDATE, and DELETE statements