MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / cmd_exec_args

Class cmd_exec_args

handlersocket/database.hpp:96–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94};
95
96struct cmd_exec_args {
97 const prep_stmt *pst;
98 string_ref op;
99 const string_ref *kvals;
100 size_t kvalslen;
101 uint32_t limit;
102 uint32_t skip;
103 string_ref mod_op;
104 const string_ref *uvals; /* size must be pst->retfieelds.size() */
105 const record_filter *filters;
106 int invalues_keypart;
107 const string_ref *invalues;
108 size_t invalueslen;
109 cmd_exec_args() : pst(0), kvals(0), kvalslen(0), limit(0), skip(0),
110 uvals(0), filters(0), invalues_keypart(-1), invalues(0), invalueslen(0) { }
111};
112
113struct dbcontext_i {
114 virtual ~dbcontext_i() { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected