Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.sql.compile
Interface TypeCompilerFactory  view TypeCompilerFactory download TypeCompilerFactory.java


public interface TypeCompilerFactory

Factory interface for the compilation part of datatypes.


Field Summary
static java.lang.String MODULE
           
 
Method Summary
 TypeCompiler getTypeCompiler(org.apache.derby.iapi.types.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(org.apache.derby.iapi.types.TypeId typeId)
Get a TypeCompiler corresponding to the given TypeId.