org.axiondb.types
public class CharacterVaryingType extends CharacterType implements DataType.NonFixedPrecision
Version: $Revision: 1.2 $ $Date: 2005/12/20 18:32:42 $
Constructor Summary | |
---|---|
CharacterVaryingType() | |
CharacterVaryingType(int maxSize) |
Method Summary | |
---|---|
int | getJdbcType() |
DataType | makeNewInstance() |
protected String | process(String value) |
String | toString() |