Package org.h2.expression
Interface ExpressionWithFlags
-
- All Known Implementing Classes:
Aggregate
,JsonConstructorFunction
public interface ExpressionWithFlags
Expression with flags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFlags()
Returns the flags.void
setFlags(int flags)
Set the flags for this expression.
-