1.1

Table Of Contents
SYSCONGLOMERATES
Describes all conglomerates in the SQLFire distributed system. A conglomerate is a unit of storage and is either
a table or an index.
Table 20: SYSCONGLOMERATES system table
ContentsNullableLengthTypeColumn Name
Schema ID for the
conglomerate
No36CHARSCHEMAID
Identier for table (join
with
SYSTABLES.TABLEID)
No36CHARTABLEID
Conglomerate ID for the
conglomerate (heap or
index)
No20BIGINTCONGLOMERATENUMBER
Index name, if
conglomerate is an index,
otherwise the table ID
Yes128VARCHARCONGLOMERATENAME
Whether or not
conglomerate is an index
No1BOOLEANISINDEX
System type describing the
index
Yes2,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
Yes1BOOLEANISCONSTRAINT
system-generated index
enforcing a constraint
Unique identier for the
conglomerate
No36CHARCONGLOMERATEID
The schema nameYes128VARCHARCONGLOMSCHEMANAME
SYSCONSTRAINTS
Describes the information common to all types of constraints in the distributed system. This includes primary
key, unique, foreign key, and check constraints.
Table 21: SYSCONSTRAINTS system table
ContentsNullableLengthTypeColumn Name
Unique identier for
constraint
No36CHARCONSTRAINTID
647
System Tables