org.axiondb
Interface DataTypeFactory

All Known Implementing Classes:
AnyType, BaseDataType, BaseNumberDataType, BigDecimalType, BooleanType, ByteType, CharacterType, CompressedLOBType, DateType, FloatType, IntegerType, LOBType, LongType, ObjectType, ShortType, StringType, TimestampType, TimeType, UnsignedByteType, UnsignedIntegerType, UnsignedShortType, VarBinaryType

public interface DataTypeFactory

A simple factory for creating new DataType instances.

Version:
$Revision: 1.3 $ $Date: 2004/08/27 03:21:20 $

Method Summary
 DataType makeNewInstance()
           
 

Method Detail

makeNewInstance

DataType makeNewInstance()