org.apache.derby.iapi.sql.compile
Interface TypeCompilerFactory
- All Known Implementing Classes:
- TypeCompilerFactoryImpl
public interface TypeCompilerFactory
Factory interface for the compilation part of datatypes.
Field Summary |
static java.lang.String |
MODULE
|
MODULE
static final java.lang.String MODULE
- See Also:
- Constant Field Values
getTypeCompiler
TypeCompiler getTypeCompiler(TypeId typeId)
- Get a TypeCompiler corresponding to the given TypeId.
- Returns:
- A TypeCompiler
- Throws:
StandardException
- Thrown on failure
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.