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

Method Change

src/main/java/com/sql/parse/model/Change.java:8–11  ·  view source on GitHub ↗
(String oldExpr, String newExpr)

Source from the content-addressed store, hash-verified

6 private String newExpr;
7
8 public Change(String oldExpr, String newExpr) {
9 this.oldExpr = oldExpr;
10 this.newExpr = newExpr;
11 }
12
13 public String getOldExpr() {
14 return oldExpr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected