Class Script

java.lang.Object
org.jdbi.v3.core.statement.SqlStatement<Script>
org.jdbi.v3.core.statement.Script
All Implemented Interfaces:
Closeable, AutoCloseable, Configurable<Script>

public class Script extends SqlStatement<Script>
Represents a number of SQL statements delimited by semicolon which will be executed in order in a batch statement.