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