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

Method Dialect

dialect/sql/builder.go:3292–3294  ·  view source on GitHub ↗

Dialect returns the dialect of the builder.

()

Source from the content-addressed store, hash-verified

3290
3291// Dialect returns the dialect of the builder.
3292func (b Builder) Dialect() string {
3293 return b.dialect
3294}
3295
3296// Total returns the total number of arguments so far.
3297func (b Builder) Total() int {

Callers 2

postgresMethod · 0.95
sqliteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected