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

Field Detail

MODULE

static final java.lang.String MODULE
See Also:
Constant Field Values
Method Detail

getTypeCompiler

TypeCompiler getTypeCompiler(TypeId typeId)
Get a TypeCompiler corresponding to the given TypeId.

Returns:
A TypeCompiler
Throws:
StandardException - Thrown on failure

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.