Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Nemo1870/sql-parse
/ getName
Method
getName
src/main/java/com/sql/parse/model/Owner.java:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
public
String getName() {
21
return
name;
22
}
23
24
public
void
setName(String name) {
25
this.name = name;
Callers
15
ownerInterceptor
Method · 0.95
ownerInterceptor
Method · 0.95
checkExpression
Method · 0.95
check
Method · 0.80
asInterceptor
Method · 0.80
asInterceptor
Method · 0.80
orderBy
Method · 0.80
changeColumnByColumnName
Method · 0.80
asInterceptor
Method · 0.80
columnInterceptor
Method · 0.80
asInterceptor
Method · 0.80
columnInterceptor
Method · 0.80
Calls
no outgoing calls
Tested by
1
check
Method · 0.64