Interface ColumnWrapper

All Superinterfaces:
Wrapper

public interface ColumnWrapper extends Wrapper
  • Field Details

  • Method Details

    • getName

      String getName()
    • getSqlTypeCode

      Integer getSqlTypeCode()
    • getSqlType

      String getSqlType()
    • getSqlType

      String getSqlType(ConfigurationWrapper configurationWrapper)
    • getLength

      long getLength()
    • getDefaultLength

      int getDefaultLength()
    • getPrecision

      int getPrecision()
    • getDefaultPrecision

      int getDefaultPrecision()
    • getScale

      int getScale()
    • getDefaultScale

      int getDefaultScale()
    • isNullable

      boolean isNullable()
    • getValue

      ValueWrapper getValue()
    • isUnique

      boolean isUnique()
    • setSqlType

      void setSqlType(String sqlType)