Annotation Type SQL.Drop


@Retention(RUNTIME)
@Target(METHOD)
public static @interface SQL.Drop
Indicates the annotated method should execute a SQL-Drop statement.
Since:
1.0
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.String value  
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    java.lang.String property  
  • Element Details

    • value

      java.lang.String value
      Returns:
      the sql statement with argument patterns
    • property

      java.lang.String property
      Returns:
      the property descriptor if an environment statement should be used.
      Default:
      ""