public class TypeCompilerFactoryImpl extends java.lang.Object implements TypeCompilerFactory
Modifier and Type | Field and Description |
---|---|
(package private) static TypeCompiler |
bitTypeCompiler |
(package private) static TypeCompiler |
blobTypeCompiler |
(package private) static TypeCompiler |
booleanTypeCompiler |
(package private) static TypeCompiler |
charTypeCompiler |
(package private) static TypeCompiler |
clobTypeCompiler |
(package private) static TypeCompiler |
dateTypeCompiler |
(package private) static TypeCompiler |
decimalTypeCompiler |
(package private) static TypeCompiler |
doubleTypeCompiler |
(package private) static TypeCompiler |
intTypeCompiler |
(package private) static TypeCompiler |
longintTypeCompiler |
(package private) static TypeCompiler |
longvarbitTypeCompiler |
(package private) static TypeCompiler |
longvarcharTypeCompiler |
private static java.lang.String |
PACKAGE_NAME |
(package private) static TypeCompiler |
realTypeCompiler |
(package private) static TypeCompiler |
refTypeCompiler |
(package private) static TypeCompiler |
smallintTypeCompiler |
(package private) static TypeCompiler |
timestampTypeCompiler |
(package private) static TypeCompiler |
timeTypeCompiler |
(package private) static TypeCompiler |
tinyintTypeCompiler |
(package private) static TypeCompiler |
varbitTypeCompiler |
(package private) static TypeCompiler |
varcharTypeCompiler |
(package private) static TypeCompiler |
xmlTypeCompiler |
MODULE
Constructor and Description |
---|
TypeCompilerFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
private static TypeCompiler |
getAnInstance(java.lang.String className,
TypeCompiler anInstance,
TypeId typeId)
Check whether the given TypeCompiler has been allocated yet.
|
TypeCompiler |
getTypeCompiler(TypeId typeId)
Get a TypeCompiler corresponding to the given TypeId
|
(package private) static TypeCompiler |
staticGetTypeCompiler(TypeId typeId) |
private static final java.lang.String PACKAGE_NAME
static TypeCompiler bitTypeCompiler
static TypeCompiler booleanTypeCompiler
static TypeCompiler charTypeCompiler
static TypeCompiler decimalTypeCompiler
static TypeCompiler doubleTypeCompiler
static TypeCompiler intTypeCompiler
static TypeCompiler longintTypeCompiler
static TypeCompiler longvarbitTypeCompiler
static TypeCompiler longvarcharTypeCompiler
static TypeCompiler realTypeCompiler
static TypeCompiler smallintTypeCompiler
static TypeCompiler tinyintTypeCompiler
static TypeCompiler dateTypeCompiler
static TypeCompiler timeTypeCompiler
static TypeCompiler timestampTypeCompiler
static TypeCompiler varbitTypeCompiler
static TypeCompiler varcharTypeCompiler
static TypeCompiler refTypeCompiler
static TypeCompiler blobTypeCompiler
static TypeCompiler clobTypeCompiler
static TypeCompiler xmlTypeCompiler
public TypeCompiler getTypeCompiler(TypeId typeId)
getTypeCompiler
in interface TypeCompilerFactory
typeId
- The TypeId to get a TypeCompiler forstatic TypeCompiler staticGetTypeCompiler(TypeId typeId)
private static TypeCompiler getAnInstance(java.lang.String className, TypeCompiler anInstance, TypeId typeId)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.