package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
EscapeSQL will escape input arguments into the sql string, doing necessary processing.
EscapeString is used by session/bootstrap.go, which has some dynamic query building cases not well handled by this package.
FormatSQL is the io.Writer version of EscapeSQL.
MustEscapeSQL is a helper around EscapeSQL.
MustFormatSQL is a helper around FormatSQL, like MustEscapeSQL.