Package org.datanucleus.store.rdbms.sql.operation
package org.datanucleus.store.rdbms.sql.operation
Support for operations between expressions where we may need to use SQL functions. Registered using the plugin-point org.datanucleus.store.rdbms.sql_operation allowing users to register handling for particular operations to override/extend the default behaviour.
-
ClassDescriptionImplementation of CONCAT, using SQL CONCAT function.Implementation of CONCAT, using SQL CONCAT operator.Implementation of MOD, using SQL MOD function.Implementation of MOD, using SQL MOD function.Implementation of a conversion from a NumericExpression to a StringExpression.Implementation of a conversion from a NumericExpression to a StringExpression.Implementation of a conversion from a NumericExpression to a StringExpression.Interface to implement an operation in SQL.