MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Statements

TypeAlias Statements

postgres/parser/parser/parse.go:76–76  ·  view source on GitHub ↗

Statements is a list of parsed statements.

Source from the content-addressed store, hash-verified

74
75// Statements is a list of parsed statements.
76type Statements []Statement
77
78// String returns the AST formatted as a string.
79func (stmts Statements) String() string {

Callers 1

parseWithDepthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected