MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / Node

Interface Node

ast/ast.go:15–17  ·  view source on GitHub ↗

Node is connector between commands and expressions

Source from the content-addressed store, hash-verified

13
14// Node is connector between commands and expressions
15type Node interface {
16 TokenLiteral() string
17}
18
19// Command - Part of sequence - represent single static command
20//

Callers 8

testCreateStatementFunction · 0.65
testInsertStatementFunction · 0.65
TestParseDeleteCommandFunction · 0.65
TestParseDropCommandFunction · 0.65
testSelectStatementFunction · 0.65
testUpdateStatementFunction · 0.65
whereStatementIsValidFunction · 0.65
ParseSequenceMethod · 0.65

Implementers 12

Sequenceast/ast.go
CreateCommandast/ast.go
InsertCommandast/ast.go
SelectCommandast/ast.go
UpdateCommandast/ast.go
WhereCommandast/ast.go
JoinCommandast/ast.go
DeleteCommandast/ast.go
DropCommandast/ast.go
OrderByCommandast/ast.go
LimitCommandast/ast.go
OffsetCommandast/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected