Uses of Interface
org.h2.expression.ExpressionWithVariableParameters
-
Packages that use ExpressionWithVariableParameters Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.function Functions.org.h2.expression.function.table Table value functions.org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of ExpressionWithVariableParameters in org.h2.command
Methods in org.h2.command with type parameters of type ExpressionWithVariableParameters Modifier and Type Method Description private <T extends ExpressionWithVariableParameters>
TParser. readParameters(T expression) -
Uses of ExpressionWithVariableParameters in org.h2.expression
Classes in org.h2.expression that implement ExpressionWithVariableParameters Modifier and Type Class Description classConcatenationOperationCharacter string concatenation as in'Hello' || 'World', binary string concatenation as inX'01' || X'AB'or an array concatenation as inARRAY[1, 2] || 3.classOperationNOperation with many arguments.classSearchedCaseA searched case. -
Uses of ExpressionWithVariableParameters in org.h2.expression.function
Classes in org.h2.expression.function that implement ExpressionWithVariableParameters Modifier and Type Class Description classArrayFunctionAn array function.classCoalesceFunctionA COALESCE, GREATEST, or LEAST function.classConcatFunctionA CONCAT or CONCAT_WS function.classCryptFunctionAn ENCRYPT or DECRYPT function.classCSVWriteFunctionA CSVWRITE function.classDataTypeSQLFunctionDATA_TYPE_SQL() function.classDateTimeFormatFunctionA date-time format function.classDBObjectFunctionDB_OBJECT_ID() and DB_OBJECT_SQL() functions.classFunctionNFunction with many arguments.classHashFunctionA HASH or ORA_HASH function.classJsonConstructorFunctionJSON constructor function.classRegexpFunctionA regular expression function.classStringFunctionAn string function with multiple arguments.classSubstringFunctionA SUBSTRING function.classToCharFunctionEmulates Oracle's TO_CHAR function.classTruncateValueFunctionA TRUNCATE_VALUE function.classXMLFunctionAn XML function. -
Uses of ExpressionWithVariableParameters in org.h2.expression.function.table
Classes in org.h2.expression.function.table that implement ExpressionWithVariableParameters Modifier and Type Class Description classArrayTableFunctionA table value function.classCSVReadFunctionA CSVREAD function.classJavaTableFunctionThis class wraps a user-defined function.classLinkSchemaFunctionA LINK_SCHEMA function.classTableFunctionA table value function. -
Uses of ExpressionWithVariableParameters in org.h2.mode
Classes in org.h2.mode that implement ExpressionWithVariableParameters Modifier and Type Class Description classFunctionsDB2DerbyFunctions forMode.ModeEnum.DB2andMode.ModeEnum.Derbycompatibility modes.classFunctionsLegacyThis class implements some legacy functions not available in Regular mode.classFunctionsMSSQLServerFunctions forMode.ModeEnum.MSSQLServercompatibility mode.classFunctionsMySQLThis class implements some MySQL-specific functions.classFunctionsOracleFunctions forMode.ModeEnum.Oraclecompatibility mode.classFunctionsPostgreSQLFunctions forMode.ModeEnum.PostgreSQLcompatibility mode.classModeFunctionBase class for mode-specific functions.
-