|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation
org.datanucleus.store.rdbms.sql.operation.ModOperation
public class ModOperation
Implementation of MOD, using "%" operator in SQL.
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation |
|---|
exprFactory |
| Constructor Summary | |
|---|---|
ModOperation()
|
|
| Method Summary | |
|---|---|
SQLExpression |
getExpression(SQLExpression expr,
SQLExpression expr2)
Return the expression for this SQL function. |
| Methods inherited from class org.datanucleus.store.rdbms.sql.operation.AbstractSQLOperation |
|---|
getMappingForClass, setExpressionFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModOperation()
| Method Detail |
|---|
public SQLExpression getExpression(SQLExpression expr,
SQLExpression expr2)
SQLOperation
expr - Left hand expressionexpr2 - Right hand expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||