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

B12155-01

oracle.owb.compile
Interface GeneratedScripts


public interface GeneratedScripts

GeneratedScripts interface represents the generated scripts. The generated scripts are generated at the end of a successful compilation process.


Method Summary
 java.lang.String[] getGeneratedScriptLines()
          Returns the actual text of the generated script.
 java.lang.String getLanguage()
          Returns the language in which the script was generated.
 java.lang.String getObjectName()
          Returns object name that is being compiled.
 java.lang.String getObjectType()
          Returns the object type.
 java.lang.String getRole()
          Returns the role.
 java.lang.String getScriptName()
          Returns the name of the script.
 java.lang.String getScriptPath()
          Returns the script path where the script is available.

 

Method Detail

getObjectName

public java.lang.String getObjectName()
                               throws OWBException
Returns object name that is being compiled.
Returns:
Name of the object.
Throws:
OWBException - when object name is not found.

getScriptName

public java.lang.String getScriptName()
                               throws OWBException
Returns the name of the script.
Returns:
Name of the Script.
Throws:
OWBException - when script name is not found.

getScriptPath

public java.lang.String getScriptPath()
                               throws OWBException
Returns the script path where the script is available.
Returns:
Name of the ScriptPath.
Throws:
OWBException - when script path name is not found.

getLanguage

public java.lang.String getLanguage()
                             throws OWBException
Returns the language in which the script was generated. For example, it could be SQL, TCL, etc.
Returns:
Name of the language.
Throws:
OWBException - when language name is not found.

getRole

public java.lang.String getRole()
                         throws OWBException
Returns the role. For example, DDL, PL/SQL
Returns:
Name of the role.
Throws:
OWBException - when role name is not found.

getGeneratedScriptLines

public java.lang.String[] getGeneratedScriptLines()
                                           throws OWBException
Returns the actual text of the generated script.
Returns:
the line of generatedScripts.
Throws:
OWBException - when script text is not found.

getObjectType

public java.lang.String getObjectType()
                               throws OWBException
Returns the object type.
Returns:
the name of the object type.
Throws:
OWBException - when object type is not found.

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.