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

Method isDisable

src/main/java/com/sql/parse/model/Expression.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 public boolean isDisable() {
22 return disable;
23 }
24
25 public void setDisable(boolean disable) {
26 this.disable = disable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected