Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ getOldExpr
Method
getOldExpr
src/main/java/com/sql/parse/model/Change.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
public
String getOldExpr() {
14
return
oldExpr;
15
}
16
17
public
void
setOldExpr(String oldExpr) {
18
this.oldExpr = oldExpr;
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