MCPcopy 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

SelectMethod · 0.45
addColumnMethod · 0.45
simpleJoinMethod · 0.45
joinMethod · 0.45
leftJoinMethod · 0.45
rightJoinMethod · 0.45
innerJoinMethod · 0.45
transformTableMethod · 0.45
transformSelectItemMethod · 0.45
getAliasOrColumnNamesMethod · 0.45
checkSQLTableSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected