Uses of Interface
org.datanucleus.store.rdbms.sql.operation.SQLOperation

Packages that use SQLOperation
org.datanucleus.store.rdbms.sql.operation Support for operations between expressions where we may need to use SQL functions. 
 

Uses of SQLOperation in org.datanucleus.store.rdbms.sql.operation
 

Classes in org.datanucleus.store.rdbms.sql.operation that implement SQLOperation
 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 © 2012. All Rights Reserved.