Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ getTableName
Method
getTableName
src/main/java/com/sql/parse/model/Column.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
public
String getTableName() {
14
return
tableName;
15
}
16
17
public
void
setTableName(String tableName) {
18
this.tableName = tableName;
Callers
3
columnInterceptor
Method · 0.95
columnInterceptor
Method · 0.95
checkExpression
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected