Uses of Class
org.jdbi.v3.core.statement.Script
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
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.