OC GET COLUMN PRIVILEGE LIST

4D - Documentation   Français   English   German   4D ODBC, Command Theme List   4D ODBC, Command Alphabetical List   Back   Previous   Next

version 1.5


OC GET COLUMN PRIVILEGE LIST (cursor_ID; table; owner_Array; grantor_Array; grantee_Array; priv_Array; grant_Array)

ParameterTypeDescription
cursor_IDLongintCursor ID
tableStringName of table
owner_ArrayString ArrayList of owner names
grantor_ArrayString ArrayList of privilege grantors
grantee_ArrayString ArrayList of grantee names
priv_ArrayString ArrayList of privileges
grant_ArrayString ArrayList 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.


4D - Documentation   Français   English   German   4D ODBC, Command Theme List   4D ODBC, Command Alphabetical List   Back   Previous   Next