Static Public Member Functions | |
_.Library.Status | ClearSchemaStats (_.Library.String schema) |
Clear the table stats (selectivity, histogram info, extent size, etc.) for all classes/tables and their properties/fields within a schema. More... | |
_.Library.Status | ClearTableStats (_.Library.String table) |
Clear the table stats (selectivity, histogram info, extent size, etc.) for a class/table and its properties/fields. More... | |
_.Library.Status | Export (_.Library.String pFilename, _.Library.String pSchemaFilter, _.Library.String pTableFilter, _.Library.Boolean pDisplay) |
Export extentsize and selectivity for tables/fields to an XML file. More... | |
_.Library.Status | GatherSchemaStats (_.Library.String schema, _.Library.String logFile) |
Calculate and update extentsize and selectivity for all classes/tables and their properties/fields within a schema. More... | |
_.Library.Status | GatherTableStats (_.Library.String table, _.Library.String logFile) |
Calculate and update extentsize and selectivity for a class/table and its properties/fields. More... | |
_.Library.Status | Import (_.Library.String pFilename, _.Library.Boolean pDisplay, _.Library.Boolean pClearCurrentStats) |
Import extentsize, selectivity, blockcount for a table and its fields from a file created by $SYSTEM.SQL.Stats.Table.Export(). More... | |
_.Library.Status | SetExtentSize (_.Library.String schema, _.Library.String tablename, _.Library.String newextentsize) |
Set the EXTENTSIZE of a table to the value of the given extentsize. More... | |
_.Library.Status | SetFieldSelectivity (_.Library.String schema, _.Library.String tablename, _.Library.String fieldname, _.Library.String selectivity) |
Set the SELECTIVITY of a field and property to the value of the given selectivity. More... | |
![]() | |
_.Library.String | Help (_.Library.String method) |
This is a helper class that is used by the various SYSTEM classes to provide a Help method. More... | |
|
static |
Clear the table stats (selectivity, histogram info, extent size, etc.) for all classes/tables and their properties/fields within a schema.
Parameters:
Examples:
|
static |
Clear the table stats (selectivity, histogram info, extent size, etc.) for a class/table and its properties/fields.
Parameter:
Examples:
|
static |
Export extentsize and selectivity for tables/fields to an XML file.
Generated file can be loaded using $SYSTEM.SQL.Stats.Table.Import().
Parameter:
Examples:
|
static |
Calculate and update extentsize and selectivity for all classes/tables and their properties/fields within a schema.
Parameters:
Examples:
|
static |
Calculate and update extentsize and selectivity for a class/table and its properties/fields.
Parameter:
Examples:
|
static |
Import extentsize, selectivity, blockcount for a table and its fields from a file created by $SYSTEM.SQL.Stats.Table.Export().
Parameter:
Examples:
|
static |
Set the EXTENTSIZE of a table to the value of the given extentsize.
Parameter:
New extent size value for the field (required). The extent size of a table is the number of rows. Must be a positive number. Returns:
Status Code
Example:
|
static |
Set the SELECTIVITY of a field and property to the value of the given selectivity.
Parameter:
Returns:
Status Code
Example: