monTableColumns

Description

Describes all the columns for each monitoring table. monTableColumns helps determine what columns are in the monitoring tables. You can join monTableColumns with monTables to report columns and column attributes for the monitoring tables.

The metadata view for this table is identical for all instances in a shared-disk cluster.

You need not enable any configuration parameters for this monitoring table to collect data.

Columns

The columns for monTableColumns are:

Name

Datatype

Attributes

Description

TableID

int

Unique identifier for the view

ColumnID

int

Position of the column

TypeID

int

Identifier for the datatype of the column

Precision

tinyint

Precision of the column, if numeric

Scale

tinyint

Scale of the column, if numeric

Length

smallint

Maximum length of the column (in bytes)

Indicators

int

Indicators for specific column properties (for example, if the column is prone to wrapping and should be sampled)1

TableName

varchar(30)

Null

Name of the table.

ColumnName

varchar(30)

Null

Name of the column.

TypeName

varchar(20)

Null

Name of the datatype of the column.

Description

varchar(255)

Null

Description of the column (includes the column’s unit of measurement).

Language

varchar(30)

Allows you to specify the language in which Adaptive Server returns the values of the Description column and the Label column.

By default, Adaptive Server returns US English. Queries must use the the IS0-639 and ISO-3166 naming conventions.

Label

varchar(50)

Description of the data presented in the column. You can use these values in application user interfaces instead of the actual column names.

The Indicators column is a bitmap. Use a bit mask to to determine which bits are turned on. Possible values are: