version 1.5
OC GET COLUMN PRIVILEGE LIST (cursor_ID; table; owner_Array; grantor_Array; grantee_Array; priv_Array; grant_Array)
| Parameter | Type | Description | |
| cursor_ID | Longint | Cursor ID | |
| table | String | Name of table | |
| owner_Array | String Array | List of owner names | |
| grantor_Array | String Array | List of privilege grantors | |
| grantee_Array | String Array | List of grantee names | |
| priv_Array | String Array | List of privileges | |
| grant_Array | String Array | List of table types |
Description
The OC GET COLUMN PRIVILEGE LIST command reports permissions on a table.
cursor_ID must be the ID of a previously created and inactive cursor.
table is the name of the table whose column information you wish to obtain.
owner_Array is the name of a string array that will accept the values of the list of owner names for the column.
grantor_Array is the name of a string array that will accept the values of the list of the privilege grantors for privileges specified in priv_Array .
grantee_Array is the name of a string array that will accept the values of the list of grantee names for the privilege specified in priv_Array.
priv_Array is the name of a string array that will accept the values of the list of privileges.
grant_Array is the name of a string array that will accept the values of the list of table types.