Package | Description |
---|---|
oracle.odi.mapping.generation |
Modifier and Type | Method and Description |
---|---|
PigScript |
PigScript.createSchemaOnlyScript(java.lang.String newOutputSchemaName)
Creates a schema-only script.
|
PigScript |
PigSchema.getOwnerScript()
Gets the owner script.
|
PigScript |
PigCommand.getParentScript()
Gets the script this command is directly owned.
|
PigScript |
PigScript.getParentScript()
Gets the parent script of this script.
|
PigScript |
PigScript.getSharedInputScript()
Gets the input script to this script that is shared with other Pig scripts.
|
Modifier and Type | Method and Description |
---|---|
PigSchema |
PigSchema.clone(PigScript ownerScript)
clones this schema to a new one.
|
void |
PigScript.setInputScriptMask(PigScript inputScript,
boolean maskValue) |
void |
PigCommand.setParentScript(PigScript parentScript) |
void |
PigScript.setParentScript(PigScript parentScript) |
void |
PigScript.setSharedInputScript(PigScript inputScript) |
Constructor and Description |
---|
PigSchema(PigScript ownerScript,
java.lang.String name)
Constuctor for Pig schema.
|