Annotation Interface SqlScript
Annotate a method to indicate that it will execute one or more SQL statements.
Method arguments are not bound as statement parameters. Use
@Define to substitute template attributes.
To run several statements with bound parameters, declare one @SqlUpdate method
for each statement and call them from a default method.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-