Versions in this module Expand all Collapse all v1 v1.0.0 Apr 17, 2016 Changes in this version + func DMLToSelect(query string) string + func Ident(db, table string) string + func IsDMLQuery(query string) bool + type QueryExecutor struct + func NewQueryExecutor(conn mysql.Connector) *QueryExecutor + func (e *QueryExecutor) Explain(db, query string, convert bool) (*proto.ExplainResult, error) + func (e *QueryExecutor) TableInfo(tables *proto.TableInfoQuery) (proto.TableInfoResult, error)