Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.types
Interface VariableSizeDataValue  view VariableSizeDataValue download VariableSizeDataValue.java

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