Annotation Interface Ddl


Defines a DDL code to be generated by tooling.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    DDL code.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    DBMS type for which to apply this DDL code.
  • Element Details

    • value

      String value
      DDL code.
    • dbms

      String dbms
      DBMS type for which to apply this DDL code. If not specified, this DDL is the default for any DBMS.
      Default:
      ""