pub type PbObjectType = ObjectType;
Aliased Type§
#[repr(i32)]pub enum PbObjectType {
Show 13 variants
Unspecified = 0,
Database = 1,
Schema = 2,
Table = 3,
Mview = 4,
Source = 5,
Sink = 6,
View = 7,
Index = 8,
Function = 9,
Connection = 10,
Subscription = 11,
Secret = 12,
}