MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Error

Method Error

pkg/sql/plpgsql/parser/plpgsql.go:943–943  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

941type plpgsqlLexer interface {
942 Lex(lval *plpgsqlSymType) int
943 Error(s string)
944}
945
946type plpgsqlParser interface {

Callers 15

ErrorMethod · 0.65
FlattenFunction · 0.65
FullErrorFunction · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
parseMethod · 0.65
PopulateErrorDetailsFunction · 0.65
ErrorMethod · 0.65

Implementers 3

lexerpkg/sql/parser/lexer.go
lexerpkg/sql/plpgsql/parser/lexer.go
lexerpkg/util/jsonpath/parser/lexer.go

Calls

no outgoing calls

Tested by

no test coverage detected