primaryKeys
public ResultQuery<Record6<String,String,String,String,String,Integer>> primaryKeys(List<String> schemas)
Description copied from interface:
ResultQueryDatabaseA query that produces primary keys for a set of input schemas.
The resulting columns are:
- Catalog name
- Schema name
- Table name
- Constraint name
- Column name
- Column sequence
- Specified by:
primaryKeysin interfaceResultQueryDatabase- Returns:
- The query or
nullif this implementation doesn't support the query.