Parameter
|
Type
|
Description
|
IN
|
||
ip_hdbc
|
IP_HDBC
|
The connection handle as defined by the IP.
|
iCmdType
|
int
|
The type of DCL operation.
|
pcUserName
|
char *
|
The name of the connected user.
|
pcQualifier
|
char *
|
The name of the database in which the table falls. This parameter can be used to distribute tables into physically different databases.
|
pcOwner
|
char *
|
The owner of this object.
|
pcName
|
char *
|
The name of this object.
|
RETURN
|
||
int
|
DAM_TRUE - the SQL engine can perform the requested operation.
DAM_FALSE - the operation is not authorized.
|
Parameter
|
Type
|
Description
|
IN
|
||
ip_hdbc
|
IP_HDBC
|
The connection handle as defined by the IP.
|
iCmdType
|
int
|
The type of DCL operation.
|
pcUserName
|
OAWCHAR *
|
The name of the connected user.
|
pcQualifier
|
OAWCHAR *
|
The name of the database in which the table falls. This parameter can be used to distribute tables into physically different databases.
|
pcOwner
|
OAWCHAR *
|
The owner of this object.
|
pcName
|
OAWCHAR *
|
The name of this object.
|
RETURN
|
||
int
|
DAM_TRUE - the SQL engine can perform the requested operation.
DAM_FALSE - the operation is not authorized.
|