JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.axiondb
Interface DataTypeFactory
All Known Implementing Classes:
AnyType
,
BaseDataType
,
BaseNumberDataType
,
BigDecimalType
,
BigIntType
,
BLOBType
,
BooleanType
,
ByteType
,
CharacterType
,
CharacterVaryingType
,
CLOBType
,
CompressedLOBType
,
DateType
,
DoubleType
,
FloatType
,
IntegerType
,
LOBType
,
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
DataType
makeNewInstance
()
Method Detail
makeNewInstance
DataType
makeNewInstance()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method