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