|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Schema
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 |
|---|
static final java.lang.String NAME
static final java.lang.String PARENT
static final java.lang.String HOST
static final java.lang.String PROCESS
| Method Detail |
|---|
java.lang.String getDisplayName()
Table.Table.java.lang.String getNLSID()
Table.Table.java.lang.String getDescription()
Table.Table.int columnCount()
Table.Table.java.lang.String[] getColumnNames()
Table as an array.Table as an array.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.ColumnDefinition[] getColumnDefinitions()
ColumnDefinitions of the columns in an array.ColumnDefinitions of the columns in an array.enumerateColumnDefinitions(boolean sorted)ColumnDefinition getColumnDefinition(java.lang.String column)
ColumnDefinition of the given column.column - column name.ColumnDefinition of the given column.enumerateColumnDefinitions(boolean sorted)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)int columnGroupCount()
ColumnGroups in this Table.ColumnGroups in this Table.ColumnGroup[] getColumnGroups()
ColumnGroups in this Table as an array.ColumnGroups in this Table as an array.enumerateColumnGroups(boolean sorted), getColumnGroup(String column)ColumnGroup getColumnGroup(java.lang.String group)
ColumnGroup.group - column goup name.ColumnGroup.enumerateColumnGroups(boolean sorted), getColumnGroups()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.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)java.lang.String[] getColumnGroupNames()
ColumnGroups in this Table as an array.ColumnGroups in this Table as an array.Table getTable()
Table containing this object.Table containing this object.
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||