| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.argument |
The
argument classes translate Java types into JDBC parameters. |
| org.jdbi.v3.core.argument.internal | |
| org.jdbi.v3.core.argument.internal.strategies | |
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.mapper |
mappers take the JDBC ResultSet and produce Java results. |
| org.jdbi.v3.core.mapper.reflect |
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters. |
| org.jdbi.v3.core.mapper.reflect.internal | |
| org.jdbi.v3.core.result |
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results. |
| org.jdbi.v3.core.result.internal | |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Class and Description |
|---|
| Batch
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".
|
| Call
Used for invoking stored procedures.
|
| PreparedBatch
Represents a prepared batch statement.
|
| Query
Statement providing convenience result handling for SQL queries.
|
| Script
Represents a number of SQL statements which will be executed in a batch statement.
|
| StatementBuilder
Used to convert translated SQL into a prepared statement.
|
| StatementBuilderFactory
Used to specify how prepared statements are built.
|
| Update
Used for INSERT, UPDATE, and DELETE statements
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| SqlLogger
SqlLoggers receive query data before and after a query is executed, and after an exception is thrown by a bad query.
|
| SqlParser
Parses the named parameters out of an SQL statement, and returns the
ParsedSql containing the JDBC-ready SQL statement, along with the
type of parameters used (named or positional), the number, and the parameter
name for each position (if applicable). |
| StatementContext
The statement context provides access to statement-local configuration.
|
| StatementCustomizer
Allows tweaking of statement behaviour.
|
| TemplateEngine
Renders an SQL statement from a template.
|
| TimingCollector
Deprecated.
Use
SqlLogger instead. |
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| StatementException
Superclass for exceptions thrown while trying to execute a statement.
|
| Class and Description |
|---|
| StatementContext
The statement context provides access to statement-local configuration.
|
| Class and Description |
|---|
| Batch
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".
|
| Binding
Represents the arguments bound to a particular statement.
|
| Call
Used for invoking stored procedures.
|
| CallableStatementMapper
Map an
OUT parameter in a callable statement to a result type. |
| Cleanable
Cleans up some JDBC resource e.g.
|
| OutParameters
Represents output from a Call (CallableStatement).
|
| ParsedParameters
The parsed parameters from an SQL statement.
|
| ParsedSql
The SQL and parameters parsed from an SQL statement.
|
| ParsedSql.Builder
Fluent builder for ParsedSql instances.
|
| PreparedBatch
Represents a prepared batch statement.
|
| Query
Statement providing convenience result handling for SQL queries.
|
| SqlLogger
SqlLoggers receive query data before and after a query is executed, and after an exception is thrown by a bad query.
|
| SqlParser
Parses the named parameters out of an SQL statement, and returns the
ParsedSql containing the JDBC-ready SQL statement, along with the
type of parameters used (named or positional), the number, and the parameter
name for each position (if applicable). |
| SqlStatement
This class provides the common functions between
Query and
Update. |
| SqlStatements
Configuration holder for
SqlStatements. |
| StatementBuilder
Used to convert translated SQL into a prepared statement.
|
| StatementBuilderFactory
Used to specify how prepared statements are built.
|
| StatementContext
The statement context provides access to statement-local configuration.
|
| StatementCustomizer
Allows tweaking of statement behaviour.
|
| StatementException
Superclass for exceptions thrown while trying to execute a statement.
|
| StatementExceptions
Configuration for
StatementException and subclasses behavior. |
| StatementExceptions.MessageRendering
Control exception message generation.
|
| TemplateEngine
Renders an SQL statement from a template.
|
| TimingCollector
Deprecated.
Use
SqlLogger instead. |
Copyright © 2019. All rights reserved.