catalogPrimaryKeys method

Uint8List? catalogPrimaryKeys(
  1. int connectionId,
  2. String table, {
  3. int? initialBufferBytes,
  4. int? maxBufferBytes,
})
inherited

Implementation

Uint8List? catalogPrimaryKeys(
  int connectionId,
  String table, {
  int? initialBufferBytes,
  int? maxBufferBytes,
}) =>
    _native.catalogPrimaryKeys(
      connectionId,
      table,
      initialBufferBytes: initialBufferBytes,
      maxBufferBytes: maxBufferBytes,
    );