Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + type Context struct + Store kv.Storage + func NewContext() *Context + func (c *Context) ActivePendingTxn() error + func (c *Context) Cancel() + func (c *Context) ClearValue(key fmt.Stringer) + func (c *Context) GetClient() kv.Client + func (c *Context) GetGlobalSysVar(ctx context.Context, name string) (string, error) + func (c *Context) GetSessionManager() util.SessionManager + func (c *Context) GetSessionVars() *variable.SessionVars + func (c *Context) GetStore() kv.Storage + func (c *Context) GoCtx() goctx.Context + func (c *Context) InitTxnWithStartTS(startTS uint64) error + func (c *Context) NewTxn() error + func (c *Context) RefreshTxnCtx() error + func (c *Context) SetGlobalSysVar(ctx context.Context, name string, value string) error + func (c *Context) SetSessionManager(sm util.SessionManager) + func (c *Context) SetValue(key fmt.Stringer, value interface{}) + func (c *Context) Txn() kv.Transaction + func (c *Context) Value(key fmt.Stringer) interface{}