Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ getAlias
Method
getAlias
src/main/java/com/sql/parse/schema/Table.java:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
public
String getAlias() {
33
return
alias;
34
}
35
36
public
boolean isUseAs() {
37
return
useAs;
Callers
14
Select
Method · 0.45
addColumn
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
transformSelectItem
Method · 0.45
getAliasOrColumnNames
Method · 0.45
checkSQLTableSource
Method · 0.45
checkSQLSelectQueryBlock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected