MCPcopy
hub / github.com/ent/ent / sqlite

Method sqlite

dialect/sql/builder.go:3330–3332  ·  view source on GitHub ↗

sqlite reports if the builder dialect is SQLite.

()

Source from the content-addressed store, hash-verified

3328
3329// sqlite reports if the builder dialect is SQLite.
3330func (b Builder) sqlite() bool {
3331 return b.Dialect() == dialect.SQLite
3332}
3333
3334// fromIdent sets the builder dialect from the identifier format.
3335func (b *Builder) fromIdent(ident string) {

Callers 3

ExceptAllMethod · 0.80
IntersectAllMethod · 0.80
joinReturningFunction · 0.80

Calls 1

DialectMethod · 0.95

Tested by

no test coverage detected