Annotation Interface SqlQuery


@Target(METHOD) @Retention(RUNTIME) public @interface SqlQuery
Annotation to define a method as database query.
See Also:
SQLStorage.prepareStatement(Function)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The SQL Query that will be executed.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The auto generated keys configuration or -1 when not set.
    int
    The result set concurrency
    int
    The result set holdability
    int
    The result set type