Uses of Interface
org.h2.expression.ExpressionWithFlags
-
Packages that use ExpressionWithFlags Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.expression.aggregate Aggregate functions.org.h2.expression.function Functions. -
-
Uses of ExpressionWithFlags in org.h2.command
Methods in org.h2.command with parameters of type ExpressionWithFlags Modifier and Type Method Description private boolean
Parser. readJsonObjectFunctionFlags(ExpressionWithFlags function, boolean forArray)
-
Uses of ExpressionWithFlags in org.h2.expression.aggregate
Classes in org.h2.expression.aggregate that implement ExpressionWithFlags Modifier and Type Class Description class
Aggregate
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 Modifier and Type Class Description class
JsonConstructorFunction
JSON constructor function.
-