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