%Dictionary.CompiledStorageProperty
persistent class %Dictionary.CompiledStorageProperty extends %Library.Persistent
SQL Table Name: %Dictionary.CompiledStorageProperty
Property Inventory
- AverageFieldSize
- BiasQueriesAsOutlier
- ChildBlockCount
- ChildExtentSize
- Histogram
- KeywordError
- KeywordModified
- Name
- OutlierSelectivity
- Selectivity
- StreamLocation
- parent
Method Inventory
- %Exists()
- %LockId()
- %UnlockId()
- AverageFieldSizeIsDefined()
- AverageFieldSizeReset()
- AverageFieldSizeSet()
- BiasQueriesAsOutlierIsDefined()
- BiasQueriesAsOutlierReset()
- BiasQueriesAsOutlierSet()
- ChildBlockCountIsDefined()
- ChildBlockCountReset()
- ChildBlockCountSet()
- ChildExtentSizeIsDefined()
- ChildExtentSizeReset()
- ChildExtentSizeSet()
- HistogramIsDefined()
- HistogramReset()
- HistogramSet()
- NameIsDefined()
- NameReset()
- NameSet()
- OutlierSelectivityIsDefined()
- OutlierSelectivityReset()
- OutlierSelectivitySet()
- SelectivityIsDefined()
- SelectivityReset()
- SelectivitySet()
- StreamLocationIsDefined()
- StreamLocationReset()
- StreamLocationSet()
- parentOnDelete()
Parameters
parameter SQLENABLED = 1;
Properties
property AverageFieldSize as %RawString;
AverageFieldSize
Property methods: AverageFieldSizeGet(), AverageFieldSizeIsValid()
property BiasQueriesAsOutlier as %RawString;
BiasQueriesAsOutlier
Property methods: BiasQueriesAsOutlierGet(), BiasQueriesAsOutlierIsValid()
property ChildBlockCount as %RawString;
ChildBlockCount
Property methods: ChildBlockCountGet(), ChildBlockCountIsValid()
property ChildExtentSize as %RawString;
ChildExtentSize
Property methods: ChildExtentSizeGet(), ChildExtentSizeIsValid()
property Histogram as %RawString;
Histogram
Property methods: HistogramGet(), HistogramIsValid()
property KeywordError as %Boolean;
KeywordError
Property methods: KeywordErrorDisplayToLogical(), KeywordErrorGet(), KeywordErrorIsValid(), KeywordErrorLogicalToDisplay(), KeywordErrorNormalize(), KeywordErrorSet()
property KeywordModified as %Boolean;
KeywordModified
Property methods: KeywordModifiedDisplayToLogical(), KeywordModifiedGet(), KeywordModifiedIsValid(), KeywordModifiedLogicalToDisplay(), KeywordModifiedNormalize(), KeywordModifiedSet()
property Name as %RawString [ Required ];
Name
Property methods: NameGet(), NameIsValid()
property OutlierSelectivity as %RawString;
OutlierSelectivity
Property methods: OutlierSelectivityGet(), OutlierSelectivityIsValid()
property Selectivity as %RawString;
Selectivity
Property methods: SelectivityGet(), SelectivityIsValid()
property StreamLocation as %RawString;
StreamLocation
Property methods: StreamLocationGet(), StreamLocationIsValid()
relationship parent as %Dictionary.CompiledStorage [ Required , Inverse = Properties , Cardinality = parent ];
Pointer to the containing parent object
Property methods: parentGet(), parentGetObject(), parentGetObjectId(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentRClose(), parentRExec(), parentRFetch(), parentRelate(), parentSQLCompute(), parentSet(), parentSetObject(), parentSetObjectId(), parentUnRelate(), parentUnSwizzle()
Methods
classmethod %Exists(oid As %ObjectIdentity) as %Boolean
Inherited description: Checks to see if the object identified by the OID oid exists in the extent.
Returns %Boolean TRUE if it exists, FALSE if it does not.
Inherited description: Obtain an exclusive or shared lock on the object identified by id. The type
of lock obtained is determined by shared. This method is normally generated by
the storage class for persistent classes using %Storage.Persistent or %Storage.SQL.
Inherited description: Release an exclusive or shared lock on the object identified by id. The type
of lock released is determined by shared. If this method is not overridden
then the default implementation returns an error. This method is normally generated by
the storage class for persistent classes using %Storage.Persistent or %Storage.SQL.
method AverageFieldSizeIsDefined() as %Boolean
method AverageFieldSizeReset()
method BiasQueriesAsOutlierIsDefined() as %Boolean
method BiasQueriesAsOutlierReset()
method ChildBlockCountIsDefined() as %Boolean
method ChildBlockCountReset()
method ChildExtentSizeIsDefined() as %Boolean
method ChildExtentSizeReset()
method HistogramIsDefined() as %Boolean
method HistogramReset()
method NameIsDefined() as %Boolean
method NameReset()
method OutlierSelectivityIsDefined() as %Boolean
method OutlierSelectivityReset()
method SelectivityIsDefined() as %Boolean
method SelectivityReset()
method StreamLocationIsDefined() as %Boolean
method StreamLocationReset()
Indexes
index (IDKEY on Name) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Triggers
trigger OnDelete (BEFORE event DELETE);
trigger OnInsertUpdate (BEFORE event INSERT/UPDATE);
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BuildDeferredIndices()
- %BuildIndices()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LockExtent()
- %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()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()