MCPcopy
hub / github.com/ent/ent / SetDialect

Method SetDialect

dialect/sql/builder.go:3376–3376  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

3374type state interface {
3375 Dialect() string
3376 SetDialect(string)
3377 Total() int
3378 SetTotal(int)
3379}

Callers 15

TestBuilderFunction · 0.65
escapedLikeFoldMethod · 0.65
EqualFoldMethod · 0.65
AppendFromMethod · 0.65
AppendFromExprMethod · 0.65
joinMethod · 0.65
QueryMethod · 0.65
joinSetOpsMethod · 0.65
joinMethod · 0.65
CreateViewMethod · 0.65
ColumnMethod · 0.65

Implementers 2

Wrapperdialect/sql/builder.go
Builderdialect/sql/builder.go

Calls

no outgoing calls

Tested by 2

TestBuilderFunction · 0.52