1.0

Table Of Contents
ContentsNullableLengthTypeColumn Name
Species if the GRANTEE is
the owner of the routine. Valid
values are 'Y' and 'N'.
false1CHARGRANTOPTION
SYSSCHEMAS system table
The SYSSCHEMAS table describes the schemas within the current database.
The following table shows the contents of the SYSSCHEMAS system table.
Table 24: SYSSCHEMAS system table
ContentsNullableLengthTypeColumn Name
Unique identier for the schemafalse36CHARSCHEMAID
Schema namefalse128VARCHARSCHEMANAME
The authorization identier of
the owner of the schema
false128VARCHARAUTHORIZATIONID
The default server group(s) to
use for tables in the schema
false128VARCHARDEFAULTSERVERGROUPS
SYSSTATEMENTS system table
The SYSSTATEMENTS table describes the prepared statements in the database.
The table contains one row per stored prepared statement.
The following table shows the contents of the SYSSTATEMENTS system table.
Table 25: SYSSTATEMENTS system table
ContentsNullableLengthTypeColumn Name
Unique identier for the
statement
false36CHARSTMTID
Name of the statementfalse128VARCHARSTMTNAME
The schema in which the
statement resides
false36CHARSCHEMAID
Always 'S'false1CHARTYPE
Whether or not the statement is
valid
false1BOOLEANVALID
Text of the statementfalse32,700LONG VARCHARTEXT
Time that the statement was
compiled
true29TIMESTAMPLASTCOMPILED
ID of the schema containing the
statement
true36CHARCOMPILATIONSCHEMAID
619
System Tables