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

Method get_table_id

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

Source from the content-addressed store, hash-verified

51 prep_stmt& operator =(const prep_stmt& x);
52 public:
53 size_t get_table_id() const { return table_id; }
54 size_t get_idxnum() const { return idxnum; }
55 const fields_type& get_ret_fields() const { return ret_fields; }
56 const fields_type& get_filter_fields() const { return filter_fields; }

Callers 4

modify_recordMethod · 0.80
cmd_insert_internalMethod · 0.80
database.cppFile · 0.80
cmd_execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected