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

Method setDisable

src/main/java/com/sql/parse/model/Alias.java:57–59  ·  view source on GitHub ↗
(boolean disable)

Source from the content-addressed store, hash-verified

55 }
56
57 public void setDisable(boolean disable) {
58 this.disable = disable;
59 }
60}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected