MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / getAlias

Method getAlias

src/main/java/com/sql/parse/schema/SelectItem.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 1

addColumnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected