CARIS HPD : HPD® Server API : Access Control : Access Control Views : USERGROUP_VW
 

USERGROUP_VW

List of user groups defined on an HPD server schema.

Output

Name

Type

Description

usergroup_id

NUMBER

ID of the user group.

name

VARCHAR2

Name of the user group.

Example

The following example shows the use of this view in an SQL statement.

select * from usergroup_vw where usergroup_id=1;

Exceptions

None defined at this time.