MCPcopy
hub / github.com/alibaba/druid / lexError

Method lexError

core/src/main/java/com/alibaba/druid/sql/parser/Lexer.java:291–293  ·  view source on GitHub ↗

Report an error at the given position using the provided arguments.

(String key, Object... args)

Source from the content-addressed store, hash-verified

289 * Report an error at the given position using the provided arguments.
290 */
291 protected void lexError(String key, Object... args) {
292 token = ERROR;
293 }
294
295 /**
296 * Return the current token, set by nextToken().

Callers 13

nextTokenMethod · 0.95
scanStringMethod · 0.95
scanString2Method · 0.95
scanString2_dMethod · 0.95
scanAliasMethod · 0.95
scanAliasMethod · 0.80
scanStringMethod · 0.80
scanStringMethod · 0.80
scanStringMethod · 0.80
scanLBracketMethod · 0.80
scanIdentifierMethod · 0.80
scanStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected