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)
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |