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 Wed 2013-06-12 15:21:56+0000, from revision ???

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