Package org.jdbi.v3.sqlobject.statement
Annotation Type SqlScript
-
@Retention(RUNTIME) @Target(METHOD) @Repeatable(SqlScripts.class) public @interface SqlScript
Annotate a method to indicate that it will execute one or more SQL statements.
-
-
Element Detail
-
value
String value
- Returns:
- the SQL string (or name)
- Default:
- ""
-
-