MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / statementNode

Method statementNode

pkg/sql/ast/ast.go:70–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68type Statement interface {
69 Node
70 statementNode()
71}
72
73// Expression represents a SQL expression node in the AST.

Callers 15

TestStatementImplFunction · 0.65
TestSelectFunction · 0.65
TestInsertFunction · 0.65
TestDeleteFunction · 0.65
TestUpdateFunction · 0.65
TestStatementNodeMarkersFunction · 0.65
TestWithClauseFunction · 0.65
TestCommonTableExprFunction · 0.65
TestSetOperationFunction · 0.65
TestTableReferenceFunction · 0.65
TestWindowSpecFunction · 0.65

Implementers 15

SelectStatementpkg/sql/ast/ast.go
InsertStatementpkg/sql/ast/ast.go
UpdateStatementpkg/sql/ast/ast.go
DeleteStatementpkg/sql/ast/ast.go
CreateTableStatementpkg/sql/ast/ast.go
CreateIndexStatementpkg/sql/ast/ast.go
AlterTableStatementpkg/sql/ast/ast.go
DropStatementpkg/sql/ast/ast.go
TruncateStatementpkg/sql/ast/ast.go
WithClausepkg/sql/ast/ast.go
SetOperationpkg/sql/ast/ast.go
Valuespkg/sql/ast/ast.go

Calls

no outgoing calls

Tested by 15

TestStatementImplFunction · 0.52
TestSelectFunction · 0.52
TestInsertFunction · 0.52
TestDeleteFunction · 0.52
TestUpdateFunction · 0.52
TestStatementNodeMarkersFunction · 0.52
TestWithClauseFunction · 0.52
TestCommonTableExprFunction · 0.52
TestSetOperationFunction · 0.52
TestTableReferenceFunction · 0.52
TestWindowSpecFunction · 0.52