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

Method isDisable

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

Source from the content-addressed store, hash-verified

51 }
52
53 public boolean isDisable() {
54 return disable;
55 }
56
57 public void setDisable(boolean disable) {
58 this.disable = disable;

Callers 4

checkSQLTableSourceMethod · 0.95
checkFromMethod · 0.95
checkPlainSelectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected