1.1.1

Table Of Contents
INDEXES
A SQLFire virtual table that describes table indexes.
See CREATE INDEX on page 486.
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 125.
Table 13: JARS system table
ContentsNullableLengthTypeColumn Name
The schema in which the
JAR was installed.
No256VARCHARSCHEMA
The name used to refer to
this JAR le in commands
No256VARCHARALIAS
such as sqlf
install-jar,
remove-jar, and
replace-jar.
The internal ID of the JAR
le installation.
No10BIGINTID
MEMBERS
A SQLFire virtual table that contains information about each distributed system member.
See Getting Information About SQLFire Members on page 265.
659
System Tables