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/schema/Table.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
String getTableName() {
29
return
tableName;
30
}
31
32
public
String getAlias() {
33
return
alias;
Callers
8
check
Method · 0.45
Select
Method · 0.45
simpleJoin
Method · 0.45
join
Method · 0.45
leftJoin
Method · 0.45
rightJoin
Method · 0.45
innerJoin
Method · 0.45
transformTable
Method · 0.45
Calls
no outgoing calls
Tested by
1
check
Method · 0.36