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

Method isUseAs

src/main/java/com/sql/parse/model/Alias.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public boolean isUseAs() {
30 return useAs;
31 }
32
33 public void setUseAs(boolean useAs) {
34 this.useAs = useAs;

Callers 2

checkFromMethod · 0.95
checkPlainSelectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected