JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.sqlobject.statement
SqlScript
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
value
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.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Returns the SQL string (or name).
Element Details
value
String
value
Returns the SQL string (or name).
Returns:
The SQL string (or name).
Default:
""