Interface Column


public interface Column
  • Method Details

    • getName

      @NotNull @NotNull String getName()
    • getDataType

      int getDataType()
    • getTypeName

      @NotNull @NotNull String getTypeName()
    • getLength

      int getLength()
    • getScale

      int getScale()
    • isNullable

      boolean isNullable()
    • isPrimaryKey

      boolean isPrimaryKey()
    • isAutoIncrement

      boolean isAutoIncrement()