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