skip to main content
IP API Reference for Java : Statement-level Methods for Java : sqlipIndexInfo
 

sqlipIndexInfo

The sqlipIndexInfo method is called by the OpenAccess SDK layer to get a table indexes and statistics description.
int sqlipIndexInfo(
String catalog,
String schema,
String table,
boolean unique,
boolean approximate);
 
Table 100: Parameters for sqlipIndexInfo 
Parameter
Type
Description
INPUT
 
 
catalog
String
A string object representing a catalog name to narrow the search.
Null indicates that the catalog name should not be used to narrow the search.
 
schema
String
A string object representing a schema name used to narrow the search.
Null indicates that the schema name should not be used to narrow the search.
 
table
String
A string object representing a table name used to narrow the search.
Null indicates that the table name should not be used to narrow the search.
unique
Boolean
True means that only indexes for unique values will be returned.
False means that all indexes will be returned.
approximate
Boolean
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