- 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 pattern. 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
- the table name. This must match the name of the table as declared in the database.
- scope
- the SCOPE of interest, values as defined above.
- nullable
- true = include columns that are nullable, false = do not include nullable columns.
Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if there is a database error.
Returns a list of a table's optimal set of columns that uniquely identify the rows. The results are ordered by SCOPE (see below).
The results are returned as a table, with one entry for each column, as follows: