catalogPrimaryKeys method

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

Implementation

Uint8List? catalogPrimaryKeys(int connectionId, String table) =>
    _native.catalogPrimaryKeys(connectionId, table);