Uses of Interface
org.h2.expression.ExpressionWithFlags
Packages that use ExpressionWithFlags
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Aggregate functions.
Functions.
-
Uses of ExpressionWithFlags in org.h2.command
Methods in org.h2.command with parameters of type ExpressionWithFlagsModifier and TypeMethodDescriptionprivate boolean
Parser.readJsonObjectFunctionFlags
(ExpressionWithFlags function, boolean forArray) -
Uses of ExpressionWithFlags in org.h2.expression.aggregate
Classes in org.h2.expression.aggregate that implement ExpressionWithFlagsModifier and TypeClassDescriptionclass
Implements the integrated aggregate functions, such as COUNT, MAX, SUM. -
Uses of ExpressionWithFlags in org.h2.expression.function
Classes in org.h2.expression.function that implement ExpressionWithFlags