OmniSciDB
a5dc49c757
|
#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 |
Definition at line 110 of file DBObject.h.
|
static |
Definition at line 111 of file DBObject.h.
|
static |
Definition at line 120 of file DBObject.h.
|
static |
Definition at line 112 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_view_permission(), and serialize_db_object().
|
static |
Definition at line 117 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_view_permission(), and serialize_db_object().
|
static |
Definition at line 113 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_view_permission(), and serialize_db_object().
|
static |
Definition at line 115 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_view_permission(), and serialize_db_object().
|
static |
Definition at line 114 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_view_permission(), and serialize_db_object().
|
static |
Definition at line 118 of file DBObject.h.
|
static |
Definition at line 116 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_view_permission(), and serialize_db_object().