Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ getColumnName
Method
getColumnName
src/main/java/com/sql/parse/model/Column.java:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
public
String getColumnName() {
22
return
columnName;
23
}
24
25
public
void
setColumnName(String columnName) {
26
this.columnName = columnName;
Callers
8
columnInterceptor
Method · 0.95
columnInterceptor
Method · 0.95
checkExpression
Method · 0.95
check
Method · 0.45
getColumnNames
Method · 0.45
getAliasOrColumnNames
Method · 0.45
changeColumn
Method · 0.45
checkExpression
Method · 0.45
Calls
no outgoing calls
Tested by
1
check
Method · 0.36