1.0

Table Of Contents
ContentsNullableLengthTypeColumn Name
Amount column value is
automatically incremented (if
true19BIGINTAUTOINCREMENTINC
specied), if the column is an
identity column
SYSCONGLOMERATES system table
The SYSCONGLOMERATES table describes the conglomerates within the current database. A conglomerate
is a unit of storage and is either a table or an index.
The following table shows the contents of the SYSCONGLOMERATES system table.
Table 16: SYSCONGLOMERATES system table
ContentsNullableLengthTypeColumn Name
Schema ID for the conglomeratefalse36CHARSCHEMAID
Identier for table (join with
SYSTABLES.TABLEID)
false36CHARTABLEID
Conglomerate ID for the
conglomerate (heap or index)
false20BIGINTCONGLOMERATENUMBER
Index name, if conglomerate is
an index, otherwise the table ID
true128VARCHARCONGLOMERATENAME
Whether or not conglomerate is
an index
false1BOOLEANISINDEX
System type describing the
index
true2,147,483,647com.vmware.sqlre.internal.catalog.IndexDescriptorDESCRIPTOR
Note: This class is not
part of the public API.
Whether or not the
conglomerate is a
true1BOOLEANISCONSTRAINT
system-generated index
enforcing a constraint
Unique identier for the
conglomerate
false36CHARCONGLOMERATEID
The schema nametrue128VARCHARCONGLOMSCHEMANAME
SYSCONSTRAINTS system table
The SYSCONSTRAINTS table describes the information common to all types of constraints within the current
database (currently, this includes primary key, unique, foreign key, and check constraints).
The following table shows the contents of the SYSCONSTRAINTS system table.
613
System Tables