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
           
 
Method Summary
 TypeCompiler getTypeCompiler(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(TypeId typeId)
Get a TypeCompiler corresponding to the given TypeId.

Returns:
A TypeCompiler
Throws:
StandardException - Thrown on failure

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.