|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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()
| Field Summary | |
static int |
IGNORE_PRECISION
|
| Method Summary | |
DataValueDescriptor |
setWidth(int desiredWidth,
int desiredScale,
boolean errorOnTrunc)
|
| Field Detail |
IGNORE_PRECISION
public static final int IGNORE_PRECISION
- See Also:
- Constant Field Values
| Method Detail |
setWidth
public DataValueDescriptor setWidth(int desiredWidth, int desiredScale, boolean errorOnTrunc) throws org.apache.derby.iapi.error.StandardException
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC