MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / setLeftExpression

Method setLeftExpression

src/main/java/com/sql/parse/model/Alias.java:41–43  ·  view source on GitHub ↗
(String leftExpression)

Source from the content-addressed store, hash-verified

39 }
40
41 public void setLeftExpression(String leftExpression) {
42 this.leftExpression = leftExpression;
43 }
44
45 public String getRightExpression() {
46 return rightExpression;

Callers 4

checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected