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

Method prep_stmt

handlersocket/database.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace dena {
37
38prep_stmt::prep_stmt()
39 : dbctx(0), table_id(static_cast<size_t>(-1)),
40 idxnum(static_cast<size_t>(-1))
41{
42}
43prep_stmt::prep_stmt(dbcontext_i *c, size_t tbl, size_t idx,
44 const fields_type& rf, const fields_type& ff)
45 : dbctx(c), table_id(tbl), idxnum(idx), ret_fields(rf), filter_fields(ff)

Callers

nothing calls this directly

Calls 1

table_addrefMethod · 0.80

Tested by

no test coverage detected