Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/druid
/ scanSharp
Method
scanSharp
core/src/main/java/com/alibaba/druid/sql/parser/Lexer.java:2233–2235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2231
}
2232
2233
public
void
scanSharp() {
2234
scanVariable();
2235
}
2236
2237
public
void
scanVariable() {
2238
if
(ch !=
':'
&& ch !=
'#'
&& ch !=
'$'
&& !(ch ==
'@'
&& dialectFeatureEnabled(ScanVariableAt))) {
Callers
1
nextToken
Method · 0.95
Calls
1
scanVariable
Method · 0.95
Tested by
no test coverage detected