|
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 | |||||||||
java.lang.Object | +--oracle.owb.transformation.TransformationUtility
A TransformationUtility is a public class that defines some of the utility for Transformation.
| Field Summary | |
(package private) ProjectManager |
project_mgr |
| Method Summary | |
Function |
findFunction(oracle.wh.repos.sdk.WBContext[] aWBC, java.lang.String s)Returns the Function object. |
Function[] |
findFunctions(oracle.wh.repos.sdk.WBContext[] ctxs, java.lang.String s)Returns the array of Function objects. |
Procedure |
findProcedure(oracle.wh.repos.sdk.WBContext[] aWBC, java.lang.String s)Returns the Procedure object. |
Procedure[] |
findProcedures(oracle.wh.repos.sdk.WBContext[] ctxs, java.lang.String s)Returns the array of Procedure objects. |
(package private) java.lang.String |
get_current_project_name()Returns the current Project Name. |
(package private) Project |
get_current_project()Returns the current Project object. |
java.lang.String[] |
getAllFunctionNames(oracle.wh.repos.sdk.WBContext[] aWBC)Returns the array of function/procedure Names. |
java.lang.String[] |
getAllFunctionSignatures(oracle.wh.repos.sdk.WBContext[] aWBC)Returns the array of function/procedure Signatures. |
java.lang.String[] |
getAllFunctionSignaturesByName(oracle.wh.repos.sdk.WBContext[] contexts, java.lang.String funcName)Returns the array of function/procedure Signatures for a given name. |
static TransformationUtility |
getInstance()Returns the TransformationUtility instance. |
(package private) static java.lang.String |
nls(java.lang.String key) |
(package private) static java.lang.String |
nls(java.lang.String key, java.lang.Object[] args) |
(package private) java.lang.String |
stdFunction(java.lang.String s)Standardize function signature for comparison. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
final ProjectManager project_mgr
| Method Detail |
public static TransformationUtility getInstance()
Project get_current_project()
java.lang.String get_current_project_name()
java.lang.String stdFunction(java.lang.String s)
s - the String of function name of Signature.public java.lang.String[] getAllFunctionSignatures(oracle.wh.repos.sdk.WBContext[] aWBC)
aWBC - Array of the WBContext object.
public java.lang.String[] getAllFunctionSignaturesByName(oracle.wh.repos.sdk.WBContext[] contexts,
java.lang.String funcName)
contexts - Array of the WBContext object.public java.lang.String[] getAllFunctionNames(oracle.wh.repos.sdk.WBContext[] aWBC)
aWBC - Array of the WBContext object.
public Function[] findFunctions(oracle.wh.repos.sdk.WBContext[] ctxs,
java.lang.String s)
ctxs - Array of the WBContext object.s - String object for name or signature.
public Procedure[] findProcedures(oracle.wh.repos.sdk.WBContext[] ctxs,
java.lang.String s)
ctxs - Array of the WBContext object.s - String object for name or signature.
public Function findFunction(oracle.wh.repos.sdk.WBContext[] aWBC,
java.lang.String s)
aWBC - Array of the WBContext object.s - String object for name or signature.
public Procedure findProcedure(oracle.wh.repos.sdk.WBContext[] aWBC,
java.lang.String s)
aWBC - Array of the WBContext object.s - String object for name or signature.static java.lang.String nls(java.lang.String key)
static java.lang.String nls(java.lang.String key,
java.lang.Object[] args)
|
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 | |||||||||