Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkSQLTableSource
Method · 0.95
checkSQLSelectQueryBlock
Method · 0.95
checkFrom
Method · 0.95
checkPlainSelect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected