|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3) B25989-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Schema contains the schema of a Table.
| Field Summary | |
static java.lang.String |
HOSTSpecial column that contains the host where the noun resides. |
static java.lang.String |
NAMESpecial column that contains the noun name. |
static java.lang.String |
PARENTSpecial column that contains the parent noun name. |
static java.lang.String |
PROCESSSpecial column that contains the process where the noun resides. |
| Method Summary | |
int |
columnCount()Gets the number of the columns in this Table. |
int |
columnGroupCount()Gets the number of the ColumnGroups in this Table. |
boolean |
containsColumn(java.lang.String column)Returns true if this Table contains the given column. |
boolean |
containsColumnGroup(java.lang.String group)Returns true if this Table contains the given column group. |
java.util.Enumeration |
enumerateColumnDefinitions(boolean sorted)Enumerates ColumnDefinitions in this Table. |
java.util.Enumeration |
enumerateColumnGroups(boolean sorted)Enumerates ColumnGroups in this Table. |
ColumnDefinition |
getColumnDefinition(java.lang.String column)Gets the ColumnDefinition of the given column. |
ColumnDefinition[] |
getColumnDefinitions()Gets the ColumnDefinitions of the columns in an array. |
ColumnGroup |
getColumnGroup(java.lang.String group)Gets the given ColumnGroup. |
java.lang.String[] |
getColumnGroupNames()Returns the names of the ColumnGroups in this Table as an array. |
ColumnGroup[] |
getColumnGroups()Gets the ColumnGroups in this Table as an array. |
java.lang.String[] |
getColumnNames()Returns the names of the columns in this Table as an array. |
java.lang.String |
getDescription()Gets the description of the Table. |
java.lang.String |
getDisplayName()Gets the display name of the Table. |
java.lang.String |
getNLSID()Gets the NLS ID of the Table. |
Table |
getTable()Gets the Table containing this object. |
| Field Detail |
public static final java.lang.String NAME
public static final java.lang.String PARENT
public static final java.lang.String HOST
public static final java.lang.String PROCESS
| Method Detail |
public java.lang.String getDisplayName()
Table.Table.public java.lang.String getNLSID()
Table.Table.public java.lang.String getDescription()
Table.Table.public int columnCount()
Table.Table.public java.lang.String[] getColumnNames()
Table as an array.Table as an array.public boolean containsColumn(java.lang.String column)
true if this Table contains the given column.column - the column name.true if this Table contains the given column.public ColumnDefinition[] getColumnDefinitions()
ColumnDefinitions of the columns in an array.ColumnDefinitions of the columns in an array.enumerateColumnDefinitions(boolean sorted)public ColumnDefinition getColumnDefinition(java.lang.String column)
ColumnDefinition of the given column.column - column name.ColumnDefinition of the given column.enumerateColumnDefinitions(boolean sorted)public java.util.Enumeration enumerateColumnDefinitions(boolean sorted)
ColumnDefinitions in this Table.sorted - true enumerates ColumnDefinitions in the acsending order.Enumeration object for enumerating ColumnDefinition objects in this Table.getColumnDefinitions(), getColumnDefinition(String column)public int columnGroupCount()
ColumnGroups in this Table.ColumnGroups in this Table.public ColumnGroup[] getColumnGroups()
ColumnGroups in this Table as an array.ColumnGroups in this Table as an array.enumerateColumnGroups(boolean sorted), getColumnGroup(String column)public ColumnGroup getColumnGroup(java.lang.String group)
ColumnGroup.group - column goup name.ColumnGroup.enumerateColumnGroups(boolean sorted), getColumnGroups()public boolean containsColumnGroup(java.lang.String group)
true if this Table contains the given column group.group - the name of the column group.true if this Table contains the given column group.public java.util.Enumeration enumerateColumnGroups(boolean sorted)
ColumnGroups in this Table.sorted - true enumerates ColumnGroups in the acsending order.Enumeration object for enumerating ColumnGroup objects in this Table.getColumnGroups(), getColumnGroup(String column)public java.lang.String[] getColumnGroupNames()
ColumnGroups in this Table as an array.ColumnGroups in this Table as an array.public Table getTable()
Table containing this object.Table containing this object.
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3) B25989-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||