INFORMATION.SCHEMA.STATEMENTPARAMETERSTATS
persistent class INFORMATION.SCHEMA.STATEMENTPARAMETERSTATS extends %Library.Persistent, %XML.Adaptor [ Final ]
SQL Table Name: INFORMATION_SCHEMA.STATEMENT_PARAMETER_STATS
Daily parameter statistics of this SQL statementProperty Inventory
Parameters
parameter READONLY = 1;
Inherited description: READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
Properties
property AverageRuntime as %Double (SCALE = 3) [ Calculated , Required ];
Average runtime with this list of parameter values
Property methods: AverageRuntimeCompute(), AverageRuntimeDisplayToLogical(), AverageRuntimeGet(), AverageRuntimeIsValid(), AverageRuntimeLogicalToDisplay(), AverageRuntimeLogicalToXSD(), AverageRuntimeNormalize(), AverageRuntimeOdbcToLogical(), AverageRuntimeSQLCompute(), AverageRuntimeXSDToLogical()
relationship Day as INFORMATION.SCHEMA.STATEMENTDAILYSTATS [ Required , Inverse = Parameters , Cardinality = parent ];
Property methods: DayGet(), DayGetObject(), DayGetObjectId(), DayGetSwizzled(), DayIsValid(), DayNewObject(), DayOnDelete(), DayRClose(), DayRExec(), DayRFetch(), DayRelate(), DaySQLCompute(), DaySet(), DaySetObject(), DaySetObjectId(), DayUnRelate(), DayUnSwizzle()
property Frequency as %Integer [ Required ];
Number of times this list of parameter values was used
Property methods: FrequencyDisplayToLogical(), FrequencyGet(), FrequencyIsValid(), FrequencyLogicalToDisplay(), FrequencyNormalize(), FrequencySet(), FrequencyXSDToLogical()
property Values as %List [ Required ];
List of actual parameter values used in order
Property methods: ValuesGet(), ValuesIsValid(), ValuesLogicalToOdbc(), ValuesLogicalToXSD(), ValuesOdbcToLogical(), ValuesSet(), ValuesXSDToLogical()
Indexes
index (StatementParameterStatsIDKey on ValuesHash) [IdKey, Type = key];
Index methods: StatementParameterStatsIDKeyCheck(), StatementParameterStatsIDKeyDelete(), StatementParameterStatsIDKeyExists(), StatementParameterStatsIDKeyOpen(), StatementParameterStatsIDKeySQLCheckUnique(), StatementParameterStatsIDKeySQLExists(), StatementParameterStatsIDKeySQLFindPKeyByConstraint(), StatementParameterStatsIDKeySQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildDeferredIndices()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: SQLStorage
Maps: 1
Map number 1 is named Master
thismap.Global: ^rINDEXSQL
^rINDEXSQL("sqlidx",1,{INFORMATION_SCHEMA.STATEMENTS.Hash},"stat",{INFORMATION_SCHEMA.STATEMENT_DAILY_STATS.Day},"params",{ValuesHash},"stats")
|
= |
|