Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlInSqlTuningSet

Sql information in the Sql tuning set.

Properties

Optional containerDatabaseId

containerDatabaseId: undefined | number

The unique container database identifier. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional metrics

metrics: Array<SqlMetrics>

A list of the Sqls associated with the Sql tuning set.

Optional module

module: undefined | string

The module of the Sql.

planHashValue

planHashValue: number

Plan hash value of the Sql statement. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional schema

schema: undefined | string

The schema name of the Sql.

sqlId

sqlId: string

The unique Sql identifier.

Optional sqlText

sqlText: undefined | string

Sql text.

Functions

getDeserializedJsonObj

getJsonObj