|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applxdf.xdfapi.XdfObject
oracle.apps.fnd.applxdf.xdfapi.Table
public class Table
Table - A subtype of XdfObject, reprents a table object in XDF file.
| Field Summary |
|---|
| Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
|---|
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr |
| Constructor Summary | |
|---|---|
Table(oracle.xml.parser.v2.XMLElement xmlDocRoot)
Create a table object with given xdf document. |
|
Table(oracle.xml.parser.v2.XMLElement xmlDocRoot,
boolean persistenceFormat)
Create a table object with given xdf document and persistence Format. |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getCKList()
Retrieve the Check Keys of this Table. |
java.util.ArrayList |
getColumnList()
Retrieve the Columns of this Table. |
java.util.ArrayList |
getFKList()
Retrieve the Foreign Keys of this Table. |
java.util.ArrayList |
getIndexList()
Retrieve the table indexes. |
PKConstraint |
getPK()
Retrieve the Primery Key of this Table. |
java.lang.String |
getType()
Get the object type (implements the abstract in the super class). |
java.util.ArrayList |
getUKList()
Retrieve the Unique Constraints of the Table. |
UserDefinedProperties |
getUserProperties()
Get the User Defined Properties in this table. |
| Methods inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
|---|
getName, getPersistenceFormat, getSchemaName, getXmlDoc |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Table(oracle.xml.parser.v2.XMLElement xmlDocRoot)
xmlDocRoot -
public Table(oracle.xml.parser.v2.XMLElement xmlDocRoot,
boolean persistenceFormat)
xmlDocRoot - persistenceFormat - | Method Detail |
|---|
public java.util.ArrayList getColumnList()
public PKConstraint getPK()
public java.util.ArrayList getCKList()
public java.util.ArrayList getFKList()
public java.util.ArrayList getUKList()
public java.util.ArrayList getIndexList()
public UserDefinedProperties getUserProperties()
public java.lang.String getType()
getType in class XdfObject
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||