Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setUseAs
Method
setUseAs
src/main/java/com/sql/parse/model/Alias.java:33–35 ·
view source on GitHub ↗
(boolean useAs)
Source
from the content-addressed store, hash-verified
31
}
32
33
public
void
setUseAs(boolean useAs) {
34
this.useAs = useAs;
35
}
36
37
public
String getLeftExpression() {
38
return
leftExpression;
Callers
1
checkPlainSelect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected