MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Statements

TypeAlias Statements

pkg/sql/parser/parse.go:62–62  ·  view source on GitHub ↗

Statements is a list of parsed statements.

Source from the content-addressed store, hash-verified

60
61// Statements is a list of parsed statements.
62type Statements []Statement
63
64// String returns the AST formatted as a string.
65func (stmts Statements) String() string {

Callers 1

parseWithDepthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected