catalogPrimaryKeys abstract method

Uint8List? catalogPrimaryKeys(
  1. int connectionId,
  2. String table
)

Queries the database catalog for primary key information.

The connectionId must be a valid active connection. The table is the table name to query. Returns binary result data on success, null on failure.

Implementation

Uint8List? catalogPrimaryKeys(int connectionId, String table);