Class SqlStatement<This extends SqlStatement<This>>

java.lang.Object
org.jdbi.v3.core.statement.SqlStatement<This>
All Implemented Interfaces:
Closeable, AutoCloseable, Configurable<This>
Direct Known Subclasses:
Call, PreparedBatch, Query, Script, Update

public abstract class SqlStatement<This extends SqlStatement<This>> extends Object
This class provides the common functions between Query and Update. It defines most of the argument binding functions used by its subclasses.