MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / WithCollation

Function WithCollation

pkg/sql2code/parser/option.go:70–74  ·  view source on GitHub ↗

WithCollation set collation

(collation string)

Source from the content-addressed store, hash-verified

68
69// WithCollation set collation
70func WithCollation(collation string) Option {
71 return func(o *options) {
72 o.Collation = collation
73 }
74}
75
76// WithTablePrefix set table prefix
77func WithTablePrefix(p string) Option {

Callers 2

setOptionsFunction · 0.92
Test_parseOptionFunction · 0.85

Calls

no outgoing calls

Tested by 1

Test_parseOptionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…