Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setTableName
Method
setTableName
src/main/java/com/sql/parse/model/Column.java:17–19 ·
view source on GitHub ↗
(String tableName)
Source
from the content-addressed store, hash-verified
15
}
16
17
public
void
setTableName(String tableName) {
18
this.tableName = tableName;
19
}
20
21
public
String getColumnName() {
22
return
columnName;
Callers
2
check
Method · 0.80
Delete
Method · 0.80
Calls
no outgoing calls
Tested by
1
check
Method · 0.64