SYSIQLSPOLICY System View

Presents a version of the table ISYSIQLSPOLICY in a readable format.

The ISYSIQLSPOLICY system table stores the logical server policies.

Column name

Column type

Description

ls_policy_Id

UNSIGNED BIGINT NOT NULL

The ID number of the logical server policy.

ls_policy_name

CHAR(128) NOT NULL UNIQUE

The logical server policy name.

Constraints on underlying system table:
  • Primary key(ls_policy_id)

  • object_id foreign key(ISYSOBJECT)

Related reference
ISYSIQLSPOLICY System Table