Parameter
|
Type
|
Description
|
IN
|
||
hstmt
|
DAM_HSTMT
|
The statement handle.
|
iTableProcessOrder
|
int
|
The process order of the table. Numbers start at 0.
|
OUT
|
||
pCatalog
|
char *
OAWCHAR *
|
The table qualifier as entered in the OA_TABLES table.
|
pSchema
|
char *
OAWCHAR *
|
The table owner as entered in the OA_TABLES table.
|
pTableName
|
char *
OAWCHAR *
|
The name of the table.
|
pTablePath
|
char *
OAWCHAR *
|
The path of the table specified in the path column of the OA_TABLES table. This is an IP-specific field.
|
pUserData
|
char *
OAWCHAR *
|
The Table_Userdata as entered in the OA_TABLES table. This can be any string that the IP wants to associate with a table.
|
RETURN
|
||
int
|
DAM_SUCCESS - found a table with matching iTableProcessOrder.
DAM_NOT_AVAILABLE - invalid iTableProcessOrder. Matching table not found.
DAM_FAILURE - The Query that is being processed is not a join query.
|