org.apache.derby.iapi.types
Interface VariableSizeDataValue
- All Known Subinterfaces:
- BitDataValue, ConcatableDataValue, StringDataValue
- All Known Implementing Classes:
- BigIntegerDecimal, BinaryDecimal, 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()
Method Summary |
void |
setWidth(int desiredWidth,
int desiredScale,
boolean errorOnTrunc)
|
IGNORE_PRECISION
static final int IGNORE_PRECISION
- See Also:
- Constant Field Values
setWidth
void setWidth(int desiredWidth,
int desiredScale,
boolean errorOnTrunc)
throws StandardException
- Throws:
StandardException
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.