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

Method Error

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

Source from the content-addressed store, hash-verified

14388type sqlLexer interface {
14389 Lex(lval *sqlSymType) int
14390 Error(s string)
14391}
14392
14393type sqlParser interface {

Callers 13

FlattenFunction · 0.65
FullErrorFunction · 0.65
ErrorMethod · 0.65
TestUnimplementedSyntaxFunction · 0.65
scanPlaceholderMethod · 0.65
scanStringMethod · 0.65
ParseMethod · 0.65
parseMethod · 0.65
populateErrorDetailsMethod · 0.65
LoadLocationFunction · 0.65
FormatMethod · 0.65
AfterTestFunction · 0.65

Implementers 1

lexerpkg/sql/parser/lexer.go

Calls

no outgoing calls

Tested by 2

TestUnimplementedSyntaxFunction · 0.52