Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setExpression
Method
setExpression
src/main/java/com/sql/parse/model/Arg.java:25–27 ·
view source on GitHub ↗
(String expression)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
void
setExpression(String expression) {
26
this.expression = expression;
27
}
28
29
public
ValueTypeEnum getType() {
30
return
type;
Callers
13
check
Method · 0.45
check
Method · 0.45
orderBy
Method · 0.45
transformOrderByItem
Method · 0.45
changeColumnByColumnName
Method · 0.45
checkExpression
Method · 0.45
checkPlainSelect
Method · 0.45
checkExpression
Method · 0.45
checkPlainSelect
Method · 0.45
checkExpression
Method · 0.45
checkPlainSelect
Method · 0.45
checkExpression
Method · 0.45
Calls
no outgoing calls
Tested by
2
check
Method · 0.36
check
Method · 0.36