MCPcopy
hub / github.com/go-gorm/gorm / Explain

Method Explain

interfaces.go:20–20  ·  view source on GitHub ↗
(sql string, vars ...interface{})

Source from the content-addressed store, hash-verified

18 BindVarTo(writer clause.Writer, stmt *Statement, v interface{})
19 QuoteTo(clause.Writer, string)
20 Explain(sql string, vars ...interface{}) string
21}
22
23// Plugin GORM plugin interface

Callers 8

ToSQLMethod · 0.65
ExecuteMethod · 0.65
FullDataTypeOfMethod · 0.65
CreateViewMethod · 0.65
TestOrderFunction · 0.65
TestOrderWithAllFieldsFunction · 0.65
TestExplainSQLFunction · 0.65
TestGroupConditionsFunction · 0.65

Implementers 2

DummyDialectorutils/tests/dummy_dialecter.go
testDialectortests/chainable_api_test.go

Calls

no outgoing calls

Tested by 4

TestOrderFunction · 0.52
TestOrderWithAllFieldsFunction · 0.52
TestExplainSQLFunction · 0.52
TestGroupConditionsFunction · 0.52