Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setRightExpression
Method
setRightExpression
src/main/java/com/sql/parse/model/Alias.java:49–51 ·
view source on GitHub ↗
(String rightExpression)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
void
setRightExpression(String rightExpression) {
50
this.rightExpression = rightExpression;
51
}
52
53
public
boolean isDisable() {
54
return
disable;
Callers
5
testChangeColumnAlias
Method · 0.45
checkExpression
Method · 0.45
checkExpression
Method · 0.45
checkExpression
Method · 0.45
checkExpression
Method · 0.45
Calls
no outgoing calls
Tested by
1
testChangeColumnAlias
Method · 0.36