Annotation Interface Ddl


Defines DDL code to be generated by tooling for entity attributes.
  • 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.

      Studio recognizes the following values:

      • hsql
      • postgres
      • mysql
      • mssql
      • mssql-2005
      • mssql-2008
      • mssql-2012
      • oracle
      Default:
      ""