Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
type
Statement
interface
{
69
Node
70
statementNode()
71
}
72
73
// Expression represents a SQL expression node in the AST.
Callers
15
TestStatementImpl
Function · 0.65
TestSelect
Function · 0.65
TestInsert
Function · 0.65
TestDelete
Function · 0.65
TestUpdate
Function · 0.65
TestStatementNodeMarkers
Function · 0.65
TestMarkerFunctions_StatementNodes
Function · 0.65
TestWithClause
Function · 0.65
TestCommonTableExpr
Function · 0.65
TestSetOperation
Function · 0.65
TestTableReference
Function · 0.65
TestWindowSpec
Function · 0.65
Implementers
15
SelectStatement
pkg/sql/ast/ast.go
InsertStatement
pkg/sql/ast/ast.go
UpdateStatement
pkg/sql/ast/ast.go
DeleteStatement
pkg/sql/ast/ast.go
CreateTableStatement
pkg/sql/ast/ast.go
CreateIndexStatement
pkg/sql/ast/ast.go
AlterTableStatement
pkg/sql/ast/ast.go
DropStatement
pkg/sql/ast/ast.go
TruncateStatement
pkg/sql/ast/ast.go
WithClause
pkg/sql/ast/ast.go
SetOperation
pkg/sql/ast/ast.go
Values
pkg/sql/ast/ast.go
Calls
no outgoing calls
Tested by
15
TestStatementImpl
Function · 0.52
TestSelect
Function · 0.52
TestInsert
Function · 0.52
TestDelete
Function · 0.52
TestUpdate
Function · 0.52
TestStatementNodeMarkers
Function · 0.52
TestMarkerFunctions_StatementNodes
Function · 0.52
TestWithClause
Function · 0.52
TestCommonTableExpr
Function · 0.52
TestSetOperation
Function · 0.52
TestTableReference
Function · 0.52
TestWindowSpec
Function · 0.52