Uses of Class
org.jdbi.v3.core.statement.BaseStatement
Packages that use BaseStatement
Package
Description
The
statement package provides most of the Fluent API
to drive statement execution.-
Uses of BaseStatement in org.jdbi.v3.core.statement
Subclasses of BaseStatement in org.jdbi.v3.core.statementModifier and TypeClassDescriptionclassRepresents a group of non-prepared statements to be sent to the RDMBS in one "request".classUsed for invoking stored procedures.final classAccess to Database Metadata.classRepresents a prepared batch statement.classStatement providing convenience result handling for SQL queries.classRepresents 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.classUsed for INSERT, UPDATE, and DELETE statements