1.0

Table Of Contents
ContentsNullableLengthTypeColumn Name
Text of the USING clause of the
CREATE STATEMENT and
true32,700LONG VARCHARUSINGTEXT
ALTER STATEMENT
statements
SYSSTATISTICS system table
The SYSSTATISTICS table describes the statistics within the current database.
The following table shows the contents of the SYSSTATISTICS system table.
Table 26: SYSSTATISTICS system table
ContentsNullableLengthTypeColumn Name
Unique identier for the statisticfalse36CHARSTATID
The conglomerate for which the
statistic was created (join with
false36CHARREFERENCEID
SYSCONGLOMERATES.
CONGLOMERATEID)
The table for which the
information is collected
false36CHARTABLEID
Time when this statistic was
created or updated
false26TIMESTAMPCREATIONTIMESTAMP
Type of statisticsfalse1CHARTYPE
Whether the statistic is still validfalse1BOOLEANVALID
Number of columns in the
statistic
false10INTEGERCOLCOUNT
Statistics informationfalse2,147,483,647com.vmware.sqlre.internal.catalog.Statistics
This class is not part of the
public API.
STATISTICS
SYSTABLEPERMS system table
The SYSTABLEPERMS table stores the table permissions that have been granted but not revoked.
All of the permissions for one (GRANTEE, TABLEID, GRANTOR) combination are specied in a single row
in the SYSTABLEPERMS table. The keys for the SYSTABLEPERMS table are:
Primary key (GRANTEE, TABLEID, GRANTOR)
Unique key (TABLEPERMSID)
Foreign key (TABLEID references SYS.SYSTABLES)
The following table shows the contents of the SYSTABLEPERMS system table.
vFabric SQLFire User's Guide620
vFabric SQLFire Reference