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

B12155-01

oracle.owb.compile
Interface CompilationResult

All Superinterfaces:
ValidationResult

public interface CompilationResult
extends ValidationResult

CompilationResult interface represents CompilationResult. The CompilationResult is generated by the compile() method of an object.


Field Summary

 

Fields inherited from interface oracle.owb.compile.ValidationResult
ERROR, SUCCESS, WARNING

 

Method Summary
 GeneratedScripts[] getGeneratedScripts()
          This method returns the scripts and other generation related information.

 

Methods inherited from interface oracle.owb.compile.ValidationResult
getAllMessages, getLastModifiedTime, getLastValidationTime, getModuleName, getProjectName, getSelectedObject, getSelectedObjectType, getStatus

 

Method Detail

getGeneratedScripts

public GeneratedScripts[] getGeneratedScripts()
This method returns the scripts and other generation related information.
Returns:
an array of GeneratedScripts

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.