MCPcopy
hub / github.com/cube2222/octosql / Error

Method Error

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

Source from the content-addressed store, hash-verified

2937type yyLexer interface {
2938 Lex(lval *yySymType) int
2939 Error(s string)
2940}
2941
2942type yyParser interface {

Callers 15

ParseMethod · 0.65
TestGetTableNameFunction · 0.65
ParseFunction · 0.65
TestAppendFunction · 0.65
TestSelectFunction · 0.65
TestSetAutocommitONFunction · 0.65
TestSetAutocommitOFFFunction · 0.65
TestIsAggregateFunction · 0.65
TestIsImpossibleFunction · 0.65
TestColNameEqualFunction · 0.65
TestColIdentFunction · 0.65
TestHexDecodeFunction · 0.65

Implementers 1

Tokenizerparser/sqlparser/token.go

Calls

no outgoing calls

Tested by 15

TestGetTableNameFunction · 0.52
TestAppendFunction · 0.52
TestSelectFunction · 0.52
TestSetAutocommitONFunction · 0.52
TestSetAutocommitOFFFunction · 0.52
TestIsAggregateFunction · 0.52
TestIsImpossibleFunction · 0.52
TestColNameEqualFunction · 0.52
TestColIdentFunction · 0.52
TestHexDecodeFunction · 0.52
TestAndOrPrecedenceFunction · 0.52
TestPlusStarPrecedenceFunction · 0.52