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 class
DomainValueExpression
An expression representing a value for domain constraint.class
Parameter
A parameter of a prepared statement.class
Rownum
Represents the ROWNUM function.class
SequenceValue
Wraps a sequence when used in a statement.class
TypedValueExpression
An expression representing a constant value with a type cast.class
ValueExpression
An expression representing a constant value.class
Variable
A 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 class
CurrentDateTimeValueFunction
Current datetime value function.class
CurrentGeneralValueSpecification
Simple general value specifications.class
SysInfoFunction
Database or session information function. -
Uses of Operation0 in org.h2.mode
Subclasses of Operation0 in org.h2.mode Modifier and Type Class Description class
OnDuplicateKeyValues
VALUES(column) function for ON DUPLICATE KEY UPDATE clause.
-