Parameter
|
Type
|
Description
|
IN
|
|
|
hstmt
|
int64
|
The statement handle of the currently active statement
|
iType
|
int
|
Type of object management requested:
• DAM_CREATE_TABLE – create a table
• DAM_DROP_TABLE – drop a table
• DAM_CREATE_INDEX – create an index
• DAM_DROP_INDEX – drop an index
|
OUT
|
|
|
piNumResRows
|
long
|
Number of rows affected by this operation.
|
RETURN
|
|
|
|
int
|
DAM_SUCCESS – on success
DAM_FAILURE – on failure
|