|
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 |
HOST Special column that contains the host where the noun resides. |
static java.lang.String |
NAME Special column that contains the noun name. |
static java.lang.String |
PARENT Special column that contains the parent noun name. |
static java.lang.String |
PROCESS Special 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 ColumnGroup s 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 ColumnDefinition s in this Table . |
java.util.Enumeration |
enumerateColumnGroups(boolean sorted) Enumerates ColumnGroup s in this Table . |
ColumnDefinition |
getColumnDefinition(java.lang.String column) Gets the ColumnDefinition of the given column. |
ColumnDefinition[] |
getColumnDefinitions() Gets the ColumnDefinition s 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 ColumnGroup s in this Table as an array. |
ColumnGroup[] |
getColumnGroups() Gets the ColumnGroup s 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()
ColumnDefinition
s of the columns in an array.ColumnDefinition
s 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)
ColumnDefinition
s in this Table
.sorted
- true
enumerates ColumnDefinition
s in the acsending order.Enumeration
object for enumerating ColumnDefinition
objects in this Table
.getColumnDefinitions()
, getColumnDefinition(String column)
int columnGroupCount()
ColumnGroup
s in this Table
.ColumnGroup
s in this Table
.ColumnGroup[] getColumnGroups()
ColumnGroup
s in this Table
as an array.ColumnGroup
s 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)
ColumnGroup
s in this Table
.sorted
- true
enumerates ColumnGroup
s in the acsending order.Enumeration
object for enumerating ColumnGroup
objects in this Table
.getColumnGroups()
, getColumnGroup(String column)
java.lang.String[] getColumnGroupNames()
ColumnGroup
s in this Table
as an array.ColumnGroup
s 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 |