org.apache.derby.iapi.types
Interface VariableSizeDataValue
- All Known Subinterfaces:
- BitDataValue, ConcatableDataValue, StringDataValue
- All Known Implementing Classes:
- BinaryDecimal, SQLBinary, SQLChar, SQLDecimal
- public interface VariableSizeDataValue
The VariableSizeDataValue interface corresponds to
Datatypes that have adjustable width.
The following methods are defined herein:
setWidth()
- Author:
- jamie
IGNORE_PRECISION
public static final int IGNORE_PRECISION
- See Also:
- Constant Field Values
setWidth
public DataValueDescriptor setWidth(int desiredWidth,
int desiredScale,
boolean errorOnTrunc)
throws StandardException
- Throws:
StandardException
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.