MCPcopy
hub / github.com/ent/ent / Dialect

Method Dialect

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

Source from the content-addressed store, hash-verified

3373// update state between all queries in the query tree.
3374type state interface {
3375 Dialect() string
3376 SetDialect(string)
3377 Total() int
3378 SetTotal(int)

Callers 15

OrderByRandFunction · 0.65
SetExcludedMethod · 0.65
writeDefaultMethod · 0.65
writeConflictMethod · 0.65
ForMethod · 0.65
OrderExprFuncMethod · 0.65
HasKeyFunction · 0.65
ValueIsNullFunction · 0.65
ValueIsNotNullFunction · 0.65
ValueContainsFunction · 0.65
AppendFunction · 0.65
valueMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected