Skip to main content

%ExtentMgr.StorageInfo

persistent class %ExtentMgr.StorageInfo extends %Library.Persistent, %XML.Adaptor [ Final ]

SQL Table Name: %ExtentMgr.StorageInfo

Property Inventory

Properties

property Info as %List;
A list of information (e.g., Field Data Type, Collation)
Property methods: InfoGet(), InfoGetStored(), InfoIsValid(), InfoLogicalToOdbc(), InfoLogicalToXSD(), InfoOdbcToLogical(), InfoSet(), InfoXSDToLogical()
property Name as %String (MAXLEN = 256) [ Required ];
Name of storage information (e.g., Field Name, Map Name)
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
relationship TableStatsInfo as %ExtentMgr.TableStatsInfo [ Required , Inverse = StorageInfo , Cardinality = parent ];
Property methods: TableStatsInfoGet(), TableStatsInfoGetObject(), TableStatsInfoGetObjectId(), TableStatsInfoGetStored(), TableStatsInfoGetSwizzled(), TableStatsInfoIsValid(), TableStatsInfoNewObject(), TableStatsInfoOnDelete(), TableStatsInfoRClose(), TableStatsInfoRExec(), TableStatsInfoRFetch(), TableStatsInfoRelate(), TableStatsInfoSQLCompute(), TableStatsInfoSet(), TableStatsInfoSetObject(), TableStatsInfoSetObjectId(), TableStatsInfoUnRelate(), TableStatsInfoUnSwizzle()
property Type as %String [ Required ];
Type of storage information (e.g., Default Storage, Field, Map)
Property methods: TypeDisplayToLogical(), TypeGet(), TypeGetStored(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Indexes

index (IDK on Type,Name) [IdKey, Type = key];
Index methods: IDKCheck(), IDKDelete(), IDKExists(), IDKOpen(), IDKSQLCheckUnique(), IDKSQLExists(), IDKSQLFindPKeyByConstraint(), IDKSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%ExtentMgr.StorageInfo)

{%%PARENT}("StorageInfo")(ID)
=
Info
FeedbackOpens in a new tab