org.apache.derby.impl.sql.compile
Class TypeCompilerFactoryImpl
java.lang.Object
org.apache.derby.impl.sql.compile.TypeCompilerFactoryImpl
- All Implemented Interfaces:
- TypeCompilerFactory
- public class TypeCompilerFactoryImpl
- extends java.lang.Object
- implements TypeCompilerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACKAGE_NAME
private static final java.lang.String PACKAGE_NAME
- See Also:
- Constant Field Values
bitTypeCompiler
static TypeCompiler bitTypeCompiler
booleanTypeCompiler
static TypeCompiler booleanTypeCompiler
charTypeCompiler
static TypeCompiler charTypeCompiler
decimalTypeCompiler
static TypeCompiler decimalTypeCompiler
doubleTypeCompiler
static TypeCompiler doubleTypeCompiler
intTypeCompiler
static TypeCompiler intTypeCompiler
longintTypeCompiler
static TypeCompiler longintTypeCompiler
longvarbitTypeCompiler
static TypeCompiler longvarbitTypeCompiler
longvarcharTypeCompiler
static TypeCompiler longvarcharTypeCompiler
nationalCharTypeCompiler
static TypeCompiler nationalCharTypeCompiler
nationalLongvarcharTypeCompiler
static TypeCompiler nationalLongvarcharTypeCompiler
nationalVarcharTypeCompiler
static TypeCompiler nationalVarcharTypeCompiler
realTypeCompiler
static TypeCompiler realTypeCompiler
smallintTypeCompiler
static TypeCompiler smallintTypeCompiler
tinyintTypeCompiler
static TypeCompiler tinyintTypeCompiler
dateTypeCompiler
static TypeCompiler dateTypeCompiler
timeTypeCompiler
static TypeCompiler timeTypeCompiler
timestampTypeCompiler
static TypeCompiler timestampTypeCompiler
varbitTypeCompiler
static TypeCompiler varbitTypeCompiler
varcharTypeCompiler
static TypeCompiler varcharTypeCompiler
refTypeCompiler
static TypeCompiler refTypeCompiler
blobTypeCompiler
static TypeCompiler blobTypeCompiler
clobTypeCompiler
static TypeCompiler clobTypeCompiler
nclobTypeCompiler
static TypeCompiler nclobTypeCompiler
xmlTypeCompiler
static TypeCompiler xmlTypeCompiler
TypeCompilerFactoryImpl
public TypeCompilerFactoryImpl()
getTypeCompiler
public TypeCompiler getTypeCompiler(TypeId typeId)
- Get a TypeCompiler corresponding to the given TypeId
- Specified by:
getTypeCompiler
in interface TypeCompilerFactory
- Parameters:
typeId
- The TypeId to get a TypeCompiler for
- Returns:
- The corresponding TypeCompiler
staticGetTypeCompiler
static TypeCompiler staticGetTypeCompiler(TypeId typeId)
getAnInstance
private static TypeCompiler getAnInstance(java.lang.String className,
TypeCompiler anInstance,
TypeId typeId)
- Check whether the given TypeCompiler has been allocated yet.
If so, just return it, otherwise allocate a new instance
given its class.
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.