Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/druid
/ mark
Method
mark
core/src/main/java/com/alibaba/druid/sql/parser/Lexer.java:210–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
209
//出现多次调用mark()后调用reset()会有问题
210
@Deprecated
211
public
SavePoint mark() {
212
return
this.savePoint = markOut();
213
}
214
215
public
SavePoint markOut() {
216
SavePoint savePoint =
new
SavePoint();
Callers
15
TDDLHint
Method · 0.95
parseCreateTableRest
Method · 0.80
queryRest
Method · 0.80
parseGroupBy
Method · 0.80
parseOrderByWith
Method · 0.80
parseGroupByItem
Method · 0.80
parseUnnestTableSource
Method · 0.80
parseGeneratedTableSource
Method · 0.80
parseTableSourceSampleHive
Method · 0.80
parseTableSourceRest
Method · 0.80
parseLateralViewAs
Method · 0.80
tableAlias
Method · 0.80
Calls
1
markOut
Method · 0.95
Tested by
no test coverage detected