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