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

Method Arg

src/main/java/com/sql/parse/model/Arg.java:16–19  ·  view source on GitHub ↗
(String expression, ValueTypeEnum type)

Source from the content-addressed store, hash-verified

14 private boolean disable = false;
15
16 public Arg(String expression, ValueTypeEnum type) {
17 this.expression = expression;
18 this.type = type;
19 }
20
21 public String getExpression() {
22 return expression;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected