Parameter
|
Type
|
Description
|
IN
|
||
hdbc
|
IP_HDBC
|
The connection handle as defined by the IP.
|
hstmt
|
DAM_HSTMT
|
The statement handle of the currently active statement.
|
iType
|
int
|
The type of object management requested:
DAM_CREATE_TABLE - create a table.
DAM_CREATE_VIEW - create a view.
DAM_DROP_TABLE - drop a table.
DAM_DROP_VIEW - drop a view.
DAM_CREATE_INDEX - create an index.
DAM_DROP_INDEX - drop an index.
|
OUT
|
||
piNumResRows
|
int64 *
|
The number of rows affected by this operation.
|
RETURN
|
||
int
|
DAM_SUCCESS - on success
DAM_FAILURE - on failure
|