Uses of Class
org.jdbi.v3.core.statement.Script
-
Packages that use Script Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.sqlobject.statement.internal -
-
Uses of Script in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return Script Modifier and Type Method Description ScriptHandle. createScript(java.lang.CharSequence sql)Creates a Script from the given SQL script.ScriptHandle. createScript(java.lang.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 Script Modifier and Type Method Description (package private) ScriptSqlScriptsHandler. createStatement(Handle handle, java.lang.String locatedSql)Methods in org.jdbi.v3.sqlobject.statement.internal with parameters of type Script Modifier and Type Method Description (package private) voidSqlScriptsHandler. configureReturner(Script stmt, SqlObjectStatementConfiguration cfg)
-