org.datanucleus.store.rdbms.sql.operation
Interface SQLOperation
- All Known Implementing Classes:
- AbstractSQLOperation, Concat2Operation, Concat3Operation, Mod2Operation, Mod3Operation, NumericToString2Operation, NumericToString3Operation, NumericToStringOperation
public interface SQLOperation
Interface to implement an operation in SQL.
getExpression
SQLExpression getExpression(SQLExpression expr,
SQLExpression expr2)
- Return the expression for this SQL function.
- Parameters:
expr - Left hand expressionexpr2 - Right hand expression
- Returns:
- The SQL expression for the operation
setExpressionFactory
void setExpressionFactory(SQLExpressionFactory exprFactory)
Copyright © 2012. All Rights Reserved.