catalogIndexes method

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

Implementation

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