|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public java.lang.String getObjectName()
throws OWBException
OWBException - when object name is not found.
public java.lang.String getScriptName()
throws OWBException
OWBException - when script name is not found.
public java.lang.String getScriptPath()
throws OWBException
OWBException - when script path name is not found.
public java.lang.String getLanguage()
throws OWBException
OWBException - when language name is not found.
public java.lang.String getRole()
throws OWBException
OWBException - when role name is not found.
public java.lang.String[] getGeneratedScriptLines()
throws OWBException
OWBException - when script text is not found.
public java.lang.String getObjectType()
throws OWBException
OWBException - when object type is not found.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||