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

Method getExpression

src/main/java/com/sql/parse/model/Arg.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 public String getExpression() {
22 return expression;
23 }
24
25 public void setExpression(String expression) {
26 this.expression = expression;

Callers 15

checkMethod · 0.45
getColumnMethod · 0.45
getColumnAndValueMethod · 0.45
getColumnNamesMethod · 0.45
getAliasOrColumnNamesMethod · 0.45
changeArgMethod · 0.45
checkExpressionMethod · 0.45
checkExpressionMethod · 0.45
changeArgMethod · 0.45
checkPlainSelectMethod · 0.45
checkExpressionMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkMethod · 0.36