MCPcopy Create free account
hub / github.com/efectn/go-orm-benchmarks / Dialect

Method Dialect

bench/ent/tx.go:187–187  ·  view source on GitHub ↗

Dialect returns the dialect of the driver we started the transaction from.

()

Source from the content-addressed store, hash-verified

185
186// Dialect returns the dialect of the driver we started the transaction from.
187func (tx *txDriver) Dialect() string { return tx.drv.Dialect() }
188
189// Close is a nop close.
190func (*txDriver) Close() error { return nil }

Callers 1

sqlQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected