MCPcopy
hub / github.com/cayleygraph/cayley / SQL

Method SQL

graph/sql/shape.go:229–229  ·  view source on GitHub ↗
(b *Builder)

Source from the content-addressed store, hash-verified

227type Expr interface {
228 isExpr()
229 SQL(b *Builder) string
230}
231
232type Placeholder struct{}

Callers 7

TestSQLShapesFunction · 0.65
prepareQueryMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
SQLMethod · 0.65
SQLMethod · 0.65
SQLMethod · 0.65

Implementers 2

FieldNamegraph/sql/shape.go
Placeholdergraph/sql/shape.go

Calls

no outgoing calls

Tested by 1

TestSQLShapesFunction · 0.52