Struct ServerPrivileges

struct ServerPrivileges

Public Static Attributes

const int32_t ALL = -1
const int32_t CREATE_SERVER = 1 << 0
const int32_t DROP_SERVER = 1 << 1
const int32_t ALTER_SERVER = 1 << 2
const int32_t SERVER_USAGE = 1 << 3