MCPcopy
hub / github.com/sqldef/sqldef / Statement

Interface Statement

parser/node.go:85–88  ·  view source on GitHub ↗

Statement represents a statement.

Source from the content-addressed store, hash-verified

83
84// Statement represents a statement.
85type Statement interface {
86 iStatement()
87 SQLNode
88}
89
90func (*Union) iStatement() {}
91func (*Select) iStatement() {}

Callers

nothing calls this directly

Implementers 15

Unionparser/node.go
Selectparser/node.go
Streamparser/node.go
Insertparser/node.go
Updateparser/node.go
Deleteparser/node.go
Setparser/node.go
Declareparser/node.go
Cursorparser/node.go
BeginEndparser/node.go
Whileparser/node.go
Ifparser/node.go

Calls

no outgoing calls

Tested by

no test coverage detected