OmniSciDB
a5dc49c757
|
#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 |
Definition at line 84 of file DBObject.h.
|
static |
Definition at line 85 of file DBObject.h.
|
static |
Definition at line 95 of file DBObject.h.
|
static |
Definition at line 93 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().
|
static |
Definition at line 86 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().
|
static |
Definition at line 91 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().
|
static |
Definition at line 87 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().
|
static |
Definition at line 89 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().
|
static |
Definition at line 88 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().
|
static |
Definition at line 92 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().
|
static |
Definition at line 90 of file DBObject.h.
Referenced by Parser::ShowPrivilegesStmt::execute(), DBHandler::has_table_permission(), and serialize_db_object().