Versions in this module Expand all Collapse all v1 v1.1.5 Jan 29, 2018 Changes in this version + type InternalExecutor interface + ExecuteStatementInTransaction func(ctx context.Context, opName string, txn *client.Txn, statement string, ...) (int, error) + QueryRowInTransaction func(ctx context.Context, opName string, txn *client.Txn, statement string, ...) (parser.Datums, error) + QueryRowsInTransaction func(ctx context.Context, opName string, txn *client.Txn, statement string, ...) ([]parser.Datums, error)