Uses of Class
org.jdbi.v3.core.statement.Script
Packages that use Script
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
Uses of Script in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return ScriptModifier 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.sqlobject.statement.internal
Methods in org.jdbi.v3.sqlobject.statement.internal that return ScriptModifier and TypeMethodDescription(package private) ScriptSqlScriptsHandler.createStatement(Handle handle, String locatedSql) Methods in org.jdbi.v3.sqlobject.statement.internal with parameters of type ScriptModifier and TypeMethodDescription(package private) voidSqlScriptsHandler.configureReturner(Script stmt, SqlObjectStatementConfiguration cfg)