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

#include <DBObject.h>

Static Public Attributes

static const int32_t ALL = -1
 
static const int32_t CREATE_VIEW = 1 << 0
 
static const int32_t DROP_VIEW = 1 << 1
 
static const int32_t SELECT_FROM_VIEW = 1 << 2
 
static const int32_t INSERT_INTO_VIEW = 1 << 3
 
static const int32_t UPDATE_IN_VIEW = 1 << 4
 
static const int32_t DELETE_FROM_VIEW = 1 << 5
 
static const int32_t TRUNCATE_VIEW = 1 << 6
 
static const int32_t ALL_MIGRATE
 

Detailed Description

Definition at line 110 of file DBObject.h.

Member Data Documentation

const int32_t ViewPrivileges::ALL = -1
static

Definition at line 111 of file DBObject.h.

const int32_t ViewPrivileges::ALL_MIGRATE
static
Initial value:

Definition at line 120 of file DBObject.h.

const int32_t ViewPrivileges::CREATE_VIEW = 1 << 0
static
const int32_t ViewPrivileges::DELETE_FROM_VIEW = 1 << 5
static
const int32_t ViewPrivileges::DROP_VIEW = 1 << 1
static
const int32_t ViewPrivileges::INSERT_INTO_VIEW = 1 << 3
static
const int32_t ViewPrivileges::SELECT_FROM_VIEW = 1 << 2
static
const int32_t ViewPrivileges::TRUNCATE_VIEW = 1 << 6
static

Definition at line 118 of file DBObject.h.

const int32_t ViewPrivileges::UPDATE_IN_VIEW = 1 << 4
static

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