Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setDisable
Method
setDisable
src/main/java/com/sql/parse/model/Expression.java:25–27 ·
view source on GitHub ↗
(boolean disable)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
void
setDisable(boolean disable) {
26
this.disable = disable;
27
}
28
29
public
OperatorTypeEnum getType() {
30
return
type;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected