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

Method setExpression

src/main/java/com/sql/parse/model/Arg.java:25–27  ·  view source on GitHub ↗
(String expression)

Source from the content-addressed store, hash-verified

23 }
24
25 public void setExpression(String expression) {
26 this.expression = expression;
27 }
28
29 public ValueTypeEnum getType() {
30 return type;

Callers 13

checkMethod · 0.45
checkMethod · 0.45
orderByMethod · 0.45
transformOrderByItemMethod · 0.45
checkExpressionMethod · 0.45
checkPlainSelectMethod · 0.45
checkExpressionMethod · 0.45
checkPlainSelectMethod · 0.45
checkExpressionMethod · 0.45
checkPlainSelectMethod · 0.45
checkExpressionMethod · 0.45

Calls

no outgoing calls

Tested by 2

checkMethod · 0.36
checkMethod · 0.36