Uses of Class
org.jdbi.v3.core.statement.Script
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 Script in org.jdbi.v3.core
Modifier and TypeMethodDescriptionHandle.createScript
(CharSequence sql) Creates a Script from the given SQL script.Handle.createScript
(String sql) Create an Insert or Update statement which returns the number of rows modified. -
Uses of Script in org.jdbi.v3.core.statement
Modifier and TypeClassDescriptionclass
Represents a number of SQL statements delimited by semicolon which will be executed in order in a batch statement.