Constant SELECT_QUERY

Source
const SELECT_QUERY: &str = "-- Get all primary keys from RBAC 509 registration.\nSELECT\n    catalyst_id,\n    txn_id,\n    slot_no\nFROM rbac_registration\n";
Expand description

Select primary keys for RBAC 509 registration.