Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setColumnName
Method
setColumnName
src/main/java/com/sql/parse/model/Column.java:25–27 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
void
setColumnName(String columnName) {
26
this.columnName = columnName;
27
}
28
}
Callers
4
check
Method · 0.80
columnInterceptor
Method · 0.80
columnInterceptor
Method · 0.80
checkExpression
Method · 0.80
Calls
no outgoing calls
Tested by
1
check
Method · 0.64