- catalog
- a catalog name. null is used to imply no narrowing of the search by catalog name. Otherwise, the name must match a catalog name held in the database, with "" used to retrieve those without a catalog name.
- schema
- a schema name. null is used to imply no narrowing of the search by schema name. Otherwise, the name must match a schema name in the database, with "" used to retrieve those without a schema name.
- table
- a table name, which must match the name of a table in the database.
- unique
- true means only return indices for unique values, false implies that they can be returned even if not unique.
- approximate
- true implies that the list can contain approximate or "out of data" values, false implies that all values must be precisely accurate
Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException a database error occurred.
Returns a list of indices and statistics for a specified table.
The list is returned as a ResultSet, with one row for each index or statistic. The list is ordered by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION. Each row has the following format: