Uses of Class
org.jdbi.v3.sqlobject.statement.SqlScript
-
Packages that use SqlScript Package Description org.jdbi.v3.sqlobject.statement Thesqlobject.statementannotations declare the type of statement that a SqlObject method should create, such as a@SqlQueryto return rows or a@SqlUpdateto modify rows and return the modification count. -
-
Uses of SqlScript in org.jdbi.v3.sqlobject.statement
Methods in org.jdbi.v3.sqlobject.statement that return SqlScript Modifier and Type Method Description SqlScript[]value()
-