1.1

Table Of Contents
INDEXES
A SQLFire virtual table that describes table indexes.
See CREATE INDEX on page 472.
Table 12: INDEXES system table
ContentsNullableLengthTypeColumn Name
The schema in which the
index resides.
No128VARCHARSCHEMANAME
The table on which the
index was created.
No128VARCHARTABLENAME
The index name that was
provided in the CREATE
INDEX command.
No128VARCHARINDEXNAME
The table columns on
which the index was
created.
No256VARCHARCOLUMNS_AND_ORDER
Whether the index is
UNIQUE or
NOT_UNIQUE.
No64VARCHARUNIQUE
A description of the index
is local or a global hash
No128VARCHARINDEXTYPE
index, and whether the
index is sorted.
JARS
A SQLFire virtual table that describes installed JAR les.
See Storing and Loading JAR Files in SQLFire on page 121.
Table 13: JARS system table
ContentsNullableLengthTypeColumn Name
The name used to refer to
this JAR le in commands
No256VARCHARALIAS
such as sqlf
install-jar,
remove-jar, and
replace-jar.
The contents of the JAR
le.
No2147483647BLOBJARBYTES
MEMBERS
A SQLFire virtual table that contains information about each distributed system member.
See Getting Information About SQLFire Members on page 261.
639
System Tables