Package org.apache.derby.iapi.types
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetWidth(int desiredWidth, int desiredScale, boolean errorOnTrunc)
-
Field Details
-
IGNORE_PRECISION
static final int IGNORE_PRECISION- See Also:
-
-
Method Details
-
setWidth
- Throws:
StandardException
-