catalogIndexes method
Queries the database catalog for index information.
The connectionId must be a valid active connection.
The table is the table name to query.
Returns binary result data on success, null on failure.
Implementation
@override
Uint8List? catalogIndexes(int connectionId, String table) =>
_native.catalogIndexes(connectionId, table);