MCPcopy 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

testChangeColumnAliasMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45

Calls

no outgoing calls

Tested by 1

testChangeColumnAliasMethod · 0.36