|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ compile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.sql.compile
Interface TypeCompilerFactory

- public interface TypeCompilerFactory
Factory interface for the compilation part of datatypes.
| Field Summary | |
static java.lang.String |
MODULE
|
| Method Summary | |
TypeCompiler |
getTypeCompiler(org.apache.derby.iapi.types.TypeId typeId)
Get a TypeCompiler corresponding to the given TypeId. |
| Field Detail |
MODULE
public static final java.lang.String MODULE
- See Also:
- Constant Field Values
| Method Detail |
getTypeCompiler
public TypeCompiler getTypeCompiler(org.apache.derby.iapi.types.TypeId typeId)
- Get a TypeCompiler corresponding to the given TypeId.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ compile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC