MCPcopy 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

testChangeColumnAliasMethod · 0.45
checkMethod · 0.45
checkMethod · 0.45
joinMethod · 0.45
leftJoinMethod · 0.45
rightJoinMethod · 0.45
innerJoinMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45

Calls

no outgoing calls

Tested by 3

testChangeColumnAliasMethod · 0.36
checkMethod · 0.36
checkMethod · 0.36