1.1

Table Of Contents
collection with SYSCS_UTIL.SET_EXPLAIN_CONNECTION and/or
SYSCS_UTIL.SET_STATISTICS_TIMING).
See Evaluating Query Plans and Query Statistics on page 267.
ContentsNullableLengthTypeColumn Name
The unique ID of the SQL
statement.
No36CHARSTMT_ID
The name of the statement
(if one is available).
Yes128VARCHARSTMT_NAME
A character that indicates
type of SQL statement that
was executed:
No3CHARSTMT_TYPE
SSELECT
IINSERT
UUPDATE
DDELETE
CCALL
DDLData Denition
Language (such as
CREATE TABLE)
SASELECT
(Approximate), or blank,
indicating that the
statement was a
comment.
The full text of the SQL
statement.
No32672VARCHARSTMT_TEXT
The ID of the virtual
machine.
No32672VARCHARJVM_ID
The operating system
identier, taken from the
os.home system variable.
No32672VARCHAROS_IDENTIFIER
The ID of the SQLFire
member executing the
statement.
No128VARCHARCURRENT_MEMBER_ID
The ID of the SQLFire
member that originated the
statement.
No128VARCHARORIGIN_MEMBER_ID
"True" if the statement
was executed locally, or
No6CHARLOCALLY_EXECUTED
"False" if the statement
was executed on a remote
SQLFire member.
The explain mode used to
collect the plan. "F"
Yes1CHARXPLAIN_MODE
indicates full mode and
"O" indicates explain only
mode.
A timestamp for the
explain statement. You
Yes1TIMESTAMPXPLAIN_TIME
can use this value if
statistics timing was not
enabled.
vFabric SQLFire User's Guide642
vFabric SQLFire Reference