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

Function WithTablePrefix

pkg/sql2code/parser/option.go:77–81  ·  view source on GitHub ↗

WithTablePrefix set table prefix

(p string)

Source from the content-addressed store, hash-verified

75
76// WithTablePrefix set table prefix
77func WithTablePrefix(p string) Option {
78 return func(o *options) {
79 o.TablePrefix = p
80 }
81}
82
83// WithColumnPrefix set column prefix
84func WithColumnPrefix(p string) Option {

Callers 3

setOptionsFunction · 0.92
Test_parseOptionFunction · 0.85

Calls

no outgoing calls

Tested by 2

Test_parseOptionFunction · 0.68