%SQL.Util.TuneTableStatsFields
class %SQL.Util.TuneTableStatsFields extends %XML.Adaptor, %Library.RegisteredObject
Property Inventory
Properties
property averagefieldsize as %Numeric;
Average Field Size
Property methods: averagefieldsizeDisplayToLogical(), averagefieldsizeGet(), averagefieldsizeIsValid(), averagefieldsizeLogicalToDisplay(), averagefieldsizeNormalize(), averagefieldsizeSet(), averagefieldsizeXSDToLogical()
property histogram as %String (MAXLEN = 32767);
Histogram
Property methods: histogramDisplayToLogical(), histogramGet(), histogramIsValid(), histogramLogicalToDisplay(), histogramLogicalToOdbc(), histogramNormalize(), histogramSet()
property name as %String (MAXLEN = 127);
Field name
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property outlierselectivity as %String (MAXLEN = 32767);
Outlier Selectivity
Property methods: outlierselectivityDisplayToLogical(), outlierselectivityGet(), outlierselectivityIsValid(), outlierselectivityLogicalToDisplay(), outlierselectivityLogicalToOdbc(), outlierselectivityNormalize(), outlierselectivitySet()
property selectivity as %String;
Selectivity
Property methods: selectivityDisplayToLogical(), selectivityGet(), selectivityIsValid(), selectivityLogicalToDisplay(), selectivityLogicalToOdbc(), selectivityNormalize(), selectivitySet()
relationship table as %SQL.Util.TuneTableStats [ Required , Inverse = fields , Cardinality = parent ];
Property methods: tableGet(), tableGetObject(), tableGetObjectId(), tableGetSwizzled(), tableIsValid(), tableNewObject(), tableRClose(), tableRExec(), tableRFetch(), tableRelate(), tableSQLCompute(), tableSet(), tableUnRelate()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()