MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / WithCharset

Function WithCharset

pkg/sql2code/parser/option.go:63–67  ·  view source on GitHub ↗

WithCharset set charset

(charset string)

Source from the content-addressed store, hash-verified

61
62// WithCharset set charset
63func WithCharset(charset string) Option {
64 return func(o *options) {
65 o.Charset = charset
66 }
67}
68
69// WithCollation set collation
70func WithCollation(collation string) Option {

Callers 2

setOptionsFunction · 0.92
Test_parseOptionFunction · 0.85

Calls

no outgoing calls

Tested by 1

Test_parseOptionFunction · 0.68