|
Parameter
|
Type
|
Description
|
|
INPUT
|
||
|
iCmdType
|
int
|
Type of DCL operation.
|
|
pcUserName
|
String
|
Name of the connected user.
|
|
pcQualifier
|
String
|
Name of the database in which the table falls. Can be used to distribute tables into physically different databases.
|
|
pcOwner
|
String
|
The owner of this object.
|
|
pcName
|
String
|
The name of this object.
|
|
RETURN
|
||
|
int
|
DAM_TRUE - the SQL engine can perform the requested operation.
DAM_FALSE - the operation is not authorized.
|
|