prorm API Reference
    Preparing search index...

    Enumeration SqlCommand

    How a rule applies to a GRANT or a policy.

    Index
    All: "ALL"

    Every command below. On a policy, one rule covering reads and writes alike.

    Select: "SELECT"

    Reading rows.

    Insert: "INSERT"

    Adding rows. On a policy this is checked with withCheck, not using.

    Update: "UPDATE"

    Changing rows. A policy sees both the existing row and the new one.

    Delete: "DELETE"

    Removing rows.