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