Oihana PHP System

User

Property keys mapped to the columns of the OpenEdge SQL `SYSDBAUTH` system catalog table.

SYSDBAUTH contains one row for every SQL user that has been granted database-wide privileges (DBA and/or RESOURCE). It is therefore the de facto list of OpenEdge SQL users.

Tags
see
https://docs.progress.com/bundle/openedge-sql-reference/page/SYSDBAUTH.html
author

Marc Alcaraz (eKameleon)

since
1.0.0

Table of Contents

Constants

DBA_ACCESS  : string = 'dbaAccess'
Whether the user has DBA privilege (`dba_acc`).
GRANTEE  : string = 'grantee'
SQL user name receiving the privileges (`grantee`).
GRANTOR  : string = 'grantor'
Identifier of the user that granted the privileges (`grantor`).
RESOURCE_ACCESS  : string = 'resourceAccess'
Whether the user has RESOURCE privilege (`res_acc`).

Constants

DBA_ACCESS

Whether the user has DBA privilege (`dba_acc`).

public string DBA_ACCESS = 'dbaAccess'

GRANTEE

SQL user name receiving the privileges (`grantee`).

public string GRANTEE = 'grantee'

GRANTOR

Identifier of the user that granted the privileges (`grantor`).

public string GRANTOR = 'grantor'

RESOURCE_ACCESS

Whether the user has RESOURCE privilege (`res_acc`).

public string RESOURCE_ACCESS = 'resourceAccess'
On this page

Search results