catalogForeignKeys method

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

Implementation

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