Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setNewExpr
Method
setNewExpr
src/main/java/com/sql/parse/model/Change.java:25–27 ·
view source on GitHub ↗
(String newExpr)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
void
setNewExpr(String newExpr) {
26
this.newExpr = newExpr;
27
}
28
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected