Class CreateTable.Column

java.lang.Object
rife.database.queries.CreateTable.Column
All Implemented Interfaces:
Cloneable
Enclosing class:
CreateTable

public class CreateTable.Column extends Object implements Cloneable
  • Method Details

    • getName

      public String getName()
    • getType

      public Class getType()
    • getCustomType

      public String getCustomType()
    • getPrecision

      public int getPrecision()
    • getScale

      public int getScale()
    • getTypeAttribute

      public String getTypeAttribute()
    • getNullable

      public CreateTable.Nullable getNullable()
    • getDefault

      public String getDefault()
    • getCustomAttributes

      public ArrayList<String> getCustomAttributes()
    • clone

      public CreateTable.Column clone()
      Overrides:
      clone in class Object