Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.compile
Interface CompilableObject

All Known Subinterfaces:
AdvancedQueue, Connector, Cube, Dimension, ExternalTable, Function, IOFunction, Map, MaterializedView, OWBCollection, Package, Procedure, ProcessFlowPackage, Sequence, Table, Transformation, View

public interface CompilableObject

CompilableObject interface represents a Compilable Object.


Method Summary
 CompilationResult[] compile()
          Invokes the compilation process.

 

Method Detail

compile

public CompilationResult[] compile()
Invokes the compilation process. This method will be called by all objects that implement the CompilableObject. The relational objects like Table, View, and Sequence, and the dimensional objects like Dimension and Cube are compilable. However, note that the Project and Schema are not compilable objects. Objects that compilable are also validatable. However, the converse is not true.
Returns:
an array of CompilationResult.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.