Parameter
|
Type
|
Description
|
INPUT
|
|
|
sqlip_hstmt
|
SQLIP_HSTMT
|
Statement handle.
|
sQual
|
OAWCHAR *
|
Qualifier name used to narrow down the search. NULL indicates ignore it for search.
|
iQualLen
|
OADS_SMALLINT
|
Length of the qualifier name in characters.
|
sOwner
|
OAWCHAR *
|
Owner name used to narrow down the search. NULL indicates ignore it for search.
|
iOwnerLen
|
OADS_SMALLINT
|
Length of the owner name in characters.
|
sName
|
OAWCHAR *
|
Table name used to narrow down the search. NULL indicates ignore it for search.
|
iNameLen
|
OADS_SMALLINT
|
Length of the table name in characters.
|
inonunique
|
OADS_SMALLINT
|
TRUE means that only indices for unique values will be returned. FALSE means that all indices will be returned.
|
fAccuracy
|
OADS_SMALLINT
|
TRUE means that results are allowed to reflect approximate or out-of-date values. FALSE requests that results be accurate. |
RETURN
|
|
|
|
int
|
OADS_SUCCESS
OADS_ERROR
|