%ExtentMgr.TableStatsInfo
persistent class %ExtentMgr.TableStatsInfo extends %Library.Persistent, %XML.Adaptor [ Final ]
SQL Table Name: %ExtentMgr.TableStatsInfo
Property Inventory
Properties
property Duration as %Numeric (SCALE = 6);
Property methods: DurationDisplayToLogical(), DurationGet(), DurationGetStored(), DurationIsValid(), DurationLogicalToDisplay(), DurationNormalize(), DurationSet(), DurationXSDToLogical()
property EndTime as %PosixTime;
Property methods: EndTimeCurrentTimeStamp(), EndTimeCurrentUTCTimeStamp(), EndTimeDateToLogical(), EndTimeDisplayToLogical(), EndTimeGet(), EndTimeGetStored(), EndTimeIsValid(), EndTimeLogicalToDate(), EndTimeLogicalToDisplay(), EndTimeLogicalToOdbc(), EndTimeLogicalToTime(), EndTimeLogicalToTimeStamp(), EndTimeLogicalToUnixTime(), EndTimeLogicalToXSD(), EndTimeNormalize(), EndTimeOdbcToLogical(), EndTimeSet(), EndTimeTimeStampToLogical(), EndTimeTimeToLogical(), EndTimeUnixTimeToLogical(), EndTimeXSDToLogical()
property ExtentSize as %Library.BigInt;
EXTENTSIZE of this table
Property methods: ExtentSizeDisplayToLogical(), ExtentSizeGet(), ExtentSizeGetStored(), ExtentSizeIsValid(), ExtentSizeLogicalToDisplay(), ExtentSizeNormalize(), ExtentSizeSet(), ExtentSizeXSDToLogical()
relationship Fields as array of %ExtentMgr.FieldStatsInfo [ InitialExpression = $listbuild("%ExtentMgr.FieldStatsInfo","TableStatsInfo",+$this,"children",1,1) , Transient , Inverse = TableStatsInfo , Cardinality = children ];
Property methods: FieldsGet(), FieldsGetObject(), FieldsGetObjectId(), FieldsGetSwizzled(), FieldsIsEmpty(), FieldsIsValid(), FieldsNewObject(), FieldsRClose(), FieldsRExec(), FieldsRFetch(), FieldsRelate(), FieldsSQLCompute(), FieldsSet(), FieldsUnRelate()
relationship Maps as array of %ExtentMgr.MapStatsInfo [ InitialExpression = $listbuild("%ExtentMgr.MapStatsInfo","TableStatsInfo",+$this,"children",1,1) , Transient , Inverse = TableStatsInfo , Cardinality = children ];
Property methods: MapsGet(), MapsGetObject(), MapsGetObjectId(), MapsGetSwizzled(), MapsIsEmpty(), MapsIsValid(), MapsNewObject(), MapsRClose(), MapsRExec(), MapsRFetch(), MapsRelate(), MapsSQLCompute(), MapsSet(), MapsUnRelate()
property SamplePercent as %Numeric (MAXVAL = 1, MINVAL = 0, SCALE = 6);
Property methods: SamplePercentDisplayToLogical(), SamplePercentGet(), SamplePercentGetStored(), SamplePercentIsValid(), SamplePercentLogicalToDisplay(), SamplePercentNormalize(), SamplePercentSet(), SamplePercentXSDToLogical()
relationship StorageInfo as array of %ExtentMgr.StorageInfo [ InitialExpression = $listbuild("%ExtentMgr.StorageInfo","TableStatsInfo",+$this,"children",1,1) , Transient , Inverse = TableStatsInfo , Cardinality = children ];
Property methods: StorageInfoGet(), StorageInfoGetObject(), StorageInfoGetObjectId(), StorageInfoGetSwizzled(), StorageInfoIsEmpty(), StorageInfoIsValid(), StorageInfoNewObject(), StorageInfoRClose(), StorageInfoRExec(), StorageInfoRFetch(), StorageInfoRelate(), StorageInfoSQLCompute(), StorageInfoSet(), StorageInfoUnRelate()
relationship TableStats as %ExtentMgr.TableStats [ Required , Inverse = TableStatsInfo , Cardinality = parent ];
Property methods: TableStatsGet(), TableStatsGetObject(), TableStatsGetObjectId(), TableStatsGetStored(), TableStatsGetSwizzled(), TableStatsIsValid(), TableStatsNewObject(), TableStatsOnDelete(), TableStatsRClose(), TableStatsRExec(), TableStatsRFetch(), TableStatsRelate(), TableStatsSQLCompute(), TableStatsSet(), TableStatsSetObject(), TableStatsSetObjectId(), TableStatsUnRelate(), TableStatsUnSwizzle()
property UserName as %Library.Username;
Property methods: UserNameDisplayToLogical(), UserNameGet(), UserNameGetStored(), UserNameIsValid(), UserNameLogicalToDisplay(), UserNameLogicalToOdbc(), UserNameNormalize(), UserNameSet()
Indexes
index (EndTimeIndex on EndTime);
Index methods: EndTimeIndexExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %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()
- %InitExtentData()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: Storage (%ExtentMgr.TableStatsInfo)
{%%PARENT}("StatsInfo")(ID) |
= | EndTime
Duration
UserName
SamplePercent
ExtentSize
|