cat_gateway::db::index::queries::purge::rbac509_registration

Constant SELECT_QUERY

Source
const SELECT_QUERY: &str = "-- Get all primary keys from RBAC 509 registration.\nSELECT\n    chain_root,\n    slot_no,\n    txn,\n    transaction_id,\n    purpose\nFROM rbac509_registration\n";
Expand description

Select primary keys for RBAC 509 registration.