org.apache.derby.iapi.sql.compile
Interface TypeCompilerFactory
- All Known Implementing Classes:
- TypeCompilerFactoryImpl
- public interface TypeCompilerFactory
Factory interface for the compilation part of datatypes.
- Author:
- Jeff Lichtman
Field Summary |
static java.lang.String |
MODULE
|
MODULE
public static final java.lang.String MODULE
- See Also:
- Constant Field Values
getTypeCompiler
public TypeCompiler getTypeCompiler(TypeId typeId)
- Get a TypeCompiler corresponding to the given TypeId.
- Returns:
- A TypeCompiler
- Throws:
StandardException
- Thrown on failure
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.