Uses of Class
org.h2.expression.Operation0
-
Packages that use Operation0 Package Description org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.function Functions.org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of Operation0 in org.h2.expression
Subclasses of Operation0 in org.h2.expression Modifier and Type Class Description classDomainValueExpressionAn expression representing a value for domain constraint.classParameterA parameter of a prepared statement.classRownumRepresents the ROWNUM function.classSequenceValueWraps a sequence when used in a statement.classTypedValueExpressionAn expression representing a constant value with a type cast.classValueExpressionAn expression representing a constant value.classVariableA user-defined variable, for example: @ID. -
Uses of Operation0 in org.h2.expression.function
Subclasses of Operation0 in org.h2.expression.function Modifier and Type Class Description classCurrentDateTimeValueFunctionCurrent datetime value function.classCurrentGeneralValueSpecificationSimple general value specifications.classSysInfoFunctionDatabase or session information function. -
Uses of Operation0 in org.h2.mode
Subclasses of Operation0 in org.h2.mode Modifier and Type Class Description classOnDuplicateKeyValuesVALUES(column) function for ON DUPLICATE KEY UPDATE clause.
-