OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ServerPrivileges Struct Reference

#include <DBObject.h>

Static Public Attributes

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

Detailed Description

Definition at line 124 of file DBObject.h.

Member Data Documentation

const int32_t ServerPrivileges::ALL = -1
static

Definition at line 125 of file DBObject.h.

const int32_t ServerPrivileges::ALTER_SERVER = 1 << 2
static

Definition at line 128 of file DBObject.h.

Referenced by DBHandler::has_server_permission(), and serialize_db_object().

const int32_t ServerPrivileges::CREATE_SERVER = 1 << 0
static

Definition at line 126 of file DBObject.h.

Referenced by DBHandler::has_server_permission(), and serialize_db_object().

const int32_t ServerPrivileges::DROP_SERVER = 1 << 1
static

Definition at line 127 of file DBObject.h.

Referenced by DBHandler::has_server_permission(), and serialize_db_object().

const int32_t ServerPrivileges::SERVER_USAGE = 1 << 3
static

Definition at line 129 of file DBObject.h.

Referenced by DBHandler::has_server_permission(), and serialize_db_object().


The documentation for this struct was generated from the following file: