java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.Table.Column
Enclosing class:
Table

public class Table.Column extends Object
  • Field Details

    • name

      public String name
    • sqlType

      public String sqlType
    • notNull

      public boolean notNull
    • indexed

      public boolean indexed
    • unique

      public boolean unique
    • defaultValue

      public String defaultValue
  • Constructor Details

  • Method Details