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

#include <DBObject.h>

Static Public Attributes

static const int32_t ALL = -1
 
static const int32_t CREATE_TABLE = 1 << 0
 
static const int32_t DROP_TABLE = 1 << 1
 
static const int32_t SELECT_FROM_TABLE = 1 << 2
 
static const int32_t INSERT_INTO_TABLE = 1 << 3
 
static const int32_t UPDATE_IN_TABLE = 1 << 4
 
static const int32_t DELETE_FROM_TABLE = 1 << 5
 
static const int32_t TRUNCATE_TABLE = 1 << 6
 
static const int32_t ALTER_TABLE = 1 << 7
 
static const int32_t ALL_MIGRATE
 

Detailed Description

Definition at line 84 of file DBObject.h.

Member Data Documentation

const int32_t TablePrivileges::ALL = -1
static

Definition at line 85 of file DBObject.h.

const int32_t TablePrivileges::ALL_MIGRATE
static
Initial value:

Definition at line 95 of file DBObject.h.

const int32_t TablePrivileges::ALTER_TABLE = 1 << 7
static
const int32_t TablePrivileges::CREATE_TABLE = 1 << 0
static
const int32_t TablePrivileges::DELETE_FROM_TABLE = 1 << 5
static
const int32_t TablePrivileges::DROP_TABLE = 1 << 1
static
const int32_t TablePrivileges::INSERT_INTO_TABLE = 1 << 3
static
const int32_t TablePrivileges::SELECT_FROM_TABLE = 1 << 2
static
const int32_t TablePrivileges::TRUNCATE_TABLE = 1 << 6
static
const int32_t TablePrivileges::UPDATE_IN_TABLE = 1 << 4
static

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