1.1.1

Table Of Contents
ContentsNullableLengthTypeColumn Name
Time when this statistic
was created or updated
No26TIMESTAMPCREATIONTIMESTAMP
Type of statisticsNo1CHARTYPE
Whether the statistic is
still valid
No1BOOLEANVALID
Number of columns in the
statistic
No10INTEGERCOLCOUNT
Statistics informationNo2,147,483,647com.vmware.sqlre.internal.catalog.Statistics
This class is not part of
the public API.
STATISTICS
SYSTABLEPERMS
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)
Table 32: SYSTABLEPERMS system table
ContentsNullableLengthTypeColumn Name
Used by the dependency
manager to track the
No36CHARTABLEPERMSID
dependency of a view,
trigger, or constraint on
the table level permissions
The authorization ID of
the user or role to which
the privilege is granted
No128VARCHARGRANTEE
The authorization ID of
the user who granted the
No128VARCHARGRANTOR
privilege. Privileges can
be granted only by the
object owner
The unique identier for
the table on which the
No36CHARTABLEID
permissions have been
granted
675
System Tables