The underlying system table for this view is ISYSLOGINPOLICY.
Column name | Column type | Description |
---|---|---|
login_policy_id | UNSIGNED BIGINT | A unique identifier for the login policy. |
login_policy_name | CHAR(128) | The name of the login policy. |
PRIMARY KEY (login_policy_id)
FOREIGN KEY (login_policy_id) references SYS.ISYSOBJECT (object_id)
UNIQUE (login_policy_name)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |