catalogPrimaryKeys method
Implementation
@override
Future<Result<QueryResult>> catalogPrimaryKeys(
String connectionId,
String table,
) =>
_query.catalogPrimaryKeys(connectionId, table);
@override
Future<Result<QueryResult>> catalogPrimaryKeys(
String connectionId,
String table,
) =>
_query.catalogPrimaryKeys(connectionId, table);