Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
ORAMD_TABLE Attributes
Attribute Name |
Value Type |
Description |
---|---|---|
ObjectID |
Integer |
object ID |
NumCols |
Integer |
number of columns |
ColumnList |
OraMetaData |
column list |
IsTyped |
Boolean |
is the table typed? |
IsTemporary |
Boolean |
is the table temporary? |
Duration |
String |
duration - can be: session, transaction or null |
DBA |
Integer |
data block address of the segment header |
TableSpace |
Integer |
tablespace the table resides in |
IsClustered |
Boolean |
is the table clustered? |
IsPartitioned |
Boolean |
is the table partitioned? |
IsIndexOnly |
Boolean |
is the table index-only? |