Struct DatabasePrivileges

struct DatabasePrivileges

Public Static Attributes

const int32_t ALL = -1
const int32_t CREATE_DATABASE = 1 << 0
const int32_t DROP_DATABASE = 1 << 1
const int32_t VIEW_SQL_EDITOR = 1 << 2
const int32_t ACCESS = 1 << 3