Package | Description |
---|---|
org.datanucleus.store.rdbms.sql.operation |
Support for operations between expressions where we may need to use SQL functions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLOperation
Abstract representation for SQLOperations.
|
class |
Concat2Operation
Implementation of CONCAT, using SQL CONCAT function.
|
class |
Concat3Operation
Implementation of CONCAT, using SQL CONCAT operator.
|
class |
Mod2Operation
Implementation of MOD, using SQL MOD function.
|
class |
Mod3Operation
Implementation of MOD, using SQL MOD function.
|
class |
NumericToString2Operation
Implementation of a conversion from a NumericExpression to a StringExpression.
|
class |
NumericToString3Operation
Implementation of a conversion from a NumericExpression to a StringExpression.
|
class |
NumericToStringOperation
Implementation of a conversion from a NumericExpression to a StringExpression.
|
Copyright © 2017. All rights reserved.