1.1

Table Of Contents
ContentsNullableLengthTypeColumn Name
Identier for table (join
with
SYSTABLES.TABLEID)
No36CHARTABLEID
Constraint name
(internally generated if not
specied by user)
No128VARCHARCONSTRAINTNAME
'P' (primary key), 'U'
(unique), 'C' (check), or
'F' (foreign key)
No1CHARTYPE
Identier for schema that
the constraint belongs to
No36CHARSCHEMAID
(join with
SYSSCHEMAS.SCHEMAID)
'E' for enabled, 'D' for
disabled
No1CHARSTATE
The count of the number
of foreign key constraints
No10INTEGERREFERENCECOUNT
that reference this
constraint; this number
can be greater than zero
only for PRIMARY KEY
and UNIQUE constraints
SYSDEPENDS
Stores the dependency relationships between persistent objects in the distributed system.
Persistent objects can be dependents or providers. Dependents are objects that depend on other objects. Providers
are objects that other objects depend on.
Dependents are views, constraints, or triggers.
Providers are tables, conglomerates, constraints, or privileges.
Table 22: SYSDEPENDS system table
ContentsNullableLengthTypeColumn Name
A unique identier for the
dependent
No36CHARDEPENDENTID
A system type that
describes the view,
Nocom.vmware.sqlfabric.internal.catalog.DependableFinder
This class is not part of
the public API.
DEPENDENTFINDER
constraint, or trigger that
is the dependent
A unique identier for the
provider
No36CHARPROVIDERID
vFabric SQLFire User's Guide648
vFabric SQLFire Reference