Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ getRightExpression
Method
getRightExpression
src/main/java/com/sql/parse/model/Alias.java:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
public
String getRightExpression() {
46
return
rightExpression;
47
}
48
49
public
void
setRightExpression(String rightExpression) {
50
this.rightExpression = rightExpression;
Callers
14
checkSQLTableSource
Method · 0.95
checkSQLSelectQueryBlock
Method · 0.95
checkFrom
Method · 0.95
checkPlainSelect
Method · 0.95
check
Method · 0.45
join
Method · 0.45
leftJoin
Method · 0.45
rightJoin
Method · 0.45
innerJoin
Method · 0.45
checkExpression
Method · 0.45
checkExpression
Method · 0.45
checkExpression
Method · 0.45
Calls
no outgoing calls
Tested by
1
check
Method · 0.36