DocBook|Search
Class Reference
%SYS.PTools.SQLBenchMarkResults
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [USER] >  [%SYS] >  [PTools] >  [SQLBenchMarkResults]
Private  Storage  

persistent class %SYS.PTools.SQLBenchMarkResults extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
10


Summary

Properties
FRGlobalRefs FRLines FRRunTime GlobalRefs Lines
QueryId Rowcount Run RunTime StartTS

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %ClassIsLatestVersion %ClassName
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject


Properties

• 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;