Interface ColumnWrapper

  • All Superinterfaces:
    Wrapper

    public interface ColumnWrapper
    extends Wrapper
    • Method Detail

      • getSqlTypeCode

        Integer getSqlTypeCode()
      • getSqlType

        String getSqlType()
      • getLength

        long getLength()
      • getDefaultLength

        int getDefaultLength()
      • getPrecision

        int getPrecision()
      • getDefaultPrecision

        int getDefaultPrecision()
      • getScale

        int getScale()
      • getDefaultScale

        int getDefaultScale()
      • isNullable

        boolean isNullable()
      • isUnique

        boolean isUnique()
      • setSqlType

        void setSqlType​(String sqlType)