Parameter
|
Type
|
Description
|
IN
|
|
|
hdbc
|
int64
|
The connection handle
|
hstmt
|
int64
|
The statement handle
|
iStmtType
|
int
|
The type of DDL statement:
DAM_CREATE_TABLE – create a table
DAM_ALTER_TABLE – alter a table
DAM_DROP_TABLE – drop a table
DAM_CREATE_INDEX – create an index
DAM_DROP_INDEX – drop an index
DAM_CREATE_VIEW – create a view
DAM_DROP_VIEW – drop a view
|
RETURN
|
|
|
|
int
|
DAM_SUCCESS – On Success
DAM_NOT_AVAILABLE – On failure
|