persistent class %SYS.PTools.SQLBenchMarkResults
extends %Persistent
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
10
|
|
|
|
|
|
property FRGlobalRefs
as %Integer;
Number of Global References to fetch the first row
property FRLines
as %Integer;
Number of lines executed to fetch the first row
property FRRunTime
as %Time;
Time to fetch the first row
property GlobalRefs
as %Integer;
Number of Global References for all rows
property Lines
as %Integer;
Number of lines executed for all rows
property QueryId
as %SYS.PTools.SQLBenchMarkQueries;
property Rowcount
as %Integer;
Number of rows returned by the query
property Run
as %Integer;
property RunTime
as %Time;
Time to fetch all rows
property StartTS
as %TimeStamp;