MCPcopy 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

checkSQLTableSourceMethod · 0.95
checkFromMethod · 0.95
checkPlainSelectMethod · 0.95
checkMethod · 0.45
joinMethod · 0.45
leftJoinMethod · 0.45
rightJoinMethod · 0.45
innerJoinMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkMethod · 0.36