MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
成员的完整列表,这些成员属于 Session,包括所有继承而来的类成员
current_request() const | Session | |
current_request_ | Session | private |
current_session() | Session | static |
current_trx() | Session | |
db_ (定义于 Session) | Session | private |
default_session() | Session | static |
destroy_trx() (定义于 Session) | Session | |
execution_mode_ (定义于 Session) | Session | private |
get_current_db() const (定义于 Session) | Session | |
get_current_db_name() const (定义于 Session) | Session | |
get_execution_mode() const (定义于 Session) | Session | inline |
hash_join_ | Session | private |
hash_join_on() const (定义于 Session) | Session | inline |
is_trx_multi_operation_mode() const | Session | |
operator=(Session &)=delete (定义于 Session) | Session | |
Session()=default (定义于 Session) | Session | |
Session(const Session &other) (定义于 Session) | Session | |
set_current_db(const string &dbname) | Session | |
set_current_request(SessionEvent *request) | Session | |
set_current_session(Session *session) | Session | static |
set_execution_mode(const ExecutionMode mode) (定义于 Session) | Session | inline |
set_hash_join(bool hash_join) (定义于 Session) | Session | inline |
set_sql_debug(bool sql_debug) (定义于 Session) | Session | inline |
set_trx_multi_operation_mode(bool multi_operation_mode) | Session | |
set_use_cascade(bool use_cascade) (定义于 Session) | Session | inline |
set_used_chunk_mode(bool used_chunk_mode) (定义于 Session) | Session | inline |
sql_debug_ | Session | private |
sql_debug_on() const (定义于 Session) | Session | inline |
trx_ (定义于 Session) | Session | private |
trx_multi_operation_mode_ | Session | private |
use_cascade() const (定义于 Session) | Session | inline |
use_cascade_ | Session | private |
used_chunk_mode() (定义于 Session) | Session | inline |
used_chunk_mode_ (定义于 Session) | Session | private |
~Session() (定义于 Session) | Session |