//
pkg.gl
Category
github.com/cockroachdb/cockroachdb-parser
pkg
sql
parser
statements
package
0.23.2
Repository:
https://github.com/cockroachdb/cockroachdb-parser.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
74 SLOC
#
Functions
IsANSIDML
IsANSIDML returns true if the AST is one of the 4 DML statements, SELECT, UPDATE, INSERT, DELETE, or an EXPLAIN of one of these statements.
#
Structs
Statement
Statement is the result of parsing a single statement.
#
Interfaces
AST
No description provided by the author
ParsedStmts
No description provided by the author
#
Type aliases
Statements
Statements is a list of parsed statements.