Class DDL


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-05-10T05:58:32.374063Z[Etc/UTC]")
    public class DDL
    extends java.lang.Object
    Schema text for the data definition language that describes an Relational DBMS table.
    • Constructor Summary

      Constructors 
      Constructor Description
      DDL()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      @NotNull java.lang.String getTableDDL()
      The native SQL DDL that describe an Relational DBMS table.
      int hashCode()  
      void setTableDDL​(java.lang.String tableDDL)  
      DDL tableDDL​(java.lang.String tableDDL)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DDL

        public DDL()
    • Method Detail

      • tableDDL

        public DDL tableDDL​(java.lang.String tableDDL)
      • getTableDDL

        @NotNull
        public @NotNull java.lang.String getTableDDL()
        The native SQL DDL that describe an Relational DBMS table.
        Returns:
        tableDDL
      • setTableDDL

        public void setTableDDL​(java.lang.String tableDDL)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object