risingwave_pb::user::grant_privilege

Type Alias PbAction

source
pub type PbAction = Action;
Expand description

Alias for Action.

Aliased Type§

enum PbAction {
    Unspecified = 0,
    Select = 1,
    Insert = 2,
    Update = 3,
    Delete = 4,
    Create = 5,
    Connect = 6,
    Usage = 7,
    Execute = 8,
}

Variants§

§

Unspecified = 0

§

Select = 1

§

Insert = 2

§

Update = 3

§

Delete = 4

§

Create = 5

§

Connect = 6

§

Usage = 7

§

Execute = 8