All Implemented Interfaces:
Cloneable, CompositeDatabaseType, DatabaseType, DatabaseTypeCompositeTestable, DatabaseTypeScalarTestable, DatabaseTypeVisitable

public class DbColumn extends FieldType
  • Field Details

    • jdbcType

      protected int jdbcType
    • jdbcTypeName

      protected String jdbcTypeName
    • pkConstraintName

      protected String pkConstraintName
    • unique

      protected boolean unique
  • Constructor Details

    • DbColumn

      public DbColumn(String columnName)
  • Method Details

    • getJDBCType

      public int getJDBCType()
    • setJDBCType

      public void setJDBCType(int jdbcType)
    • getJDBCTypeName

      public String getJDBCTypeName()
    • setJDBCTypeName

      public void setJDBCTypeName(String jdbcTypeName)
    • getPkConstraintName

      public String getPkConstraintName()
    • setPkConstraintName

      public void setPkConstraintName(String pkConstraintName)
    • isUnique

      public boolean isUnique()
    • setUnique

      public void setUnique(boolean unique)
    • toString

      public String toString()
      Overrides:
      toString in class FieldType