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

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 StandardException
Throws:
StandardException

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.