| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.expression | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
static NumericFunctionType |
NumericFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericFunctionType[] |
NumericFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NumericFunctionExpression(NumericFunctionType type,
javax.persistence.criteria.Expression<?> x,
javax.persistence.criteria.Expression<Integer> y) |
| Modifier and Type | Method and Description |
|---|---|
String |
JdbcAdaptor.getNumericFunctionTemplate(NumericFunctionType type)
Returns the numeric function template.
|
String |
SawSqlAdaptor.getNumericFunctionTemplate(NumericFunctionType type)
Returns the numeric function template.
|
String |
MsSqlAdaptor.getNumericFunctionTemplate(NumericFunctionType type)
Returns the numeric function template.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.