Interface Field


public interface Field
  • Method Details

    • getName

      String getName()
    • getDatabaseType

      TypeInfo<?> getDatabaseType()
    • getJdbcType

      int getJdbcType()
    • isAutoIncrement

      boolean isAutoIncrement()
    • isNotNull

      boolean isNotNull()
    • getDefaultValue

      Object getDefaultValue()
    • isPrimaryKey

      boolean isPrimaryKey()
    • isUnique

      boolean isUnique()