Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ getLeftExpression
Method
getLeftExpression
src/main/java/com/sql/parse/model/Alias.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
public
String getLeftExpression() {
38
return
leftExpression;
39
}
40
41
public
void
setLeftExpression(String leftExpression) {
42
this.leftExpression = leftExpression;
Callers
12
testChangeColumnAlias
Method · 0.45
check
Method · 0.45
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
checkExpression
Method · 0.45
checkExpression
Method · 0.45
Calls
no outgoing calls
Tested by
3
testChangeColumnAlias
Method · 0.36
check
Method · 0.36
check
Method · 0.36