Interface VariableSizeDataValue

All Known Subinterfaces:
BitDataValue, ConcatableDataValue, StringDataValue
All Known Implementing Classes:
CollatorSQLChar, CollatorSQLClob, CollatorSQLLongvarchar, CollatorSQLVarchar, SQLBinary, SQLBit, SQLBlob, SQLChar, SQLClob, SQLDecimal, SQLLongVarbit, SQLLongvarchar, SQLVarbit, SQLVarchar

public interface VariableSizeDataValue
The VariableSizeDataValue interface corresponds to Datatypes that have adjustable width. The following methods are defined herein: setWidth()
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setWidth(int desiredWidth, int desiredScale, boolean errorOnTrunc)