public class QueryFunctions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
QueryFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static Number |
abs(String fieldValue) |
static boolean |
between(String fieldValue,
double left,
double right) |
static boolean |
between(String fieldValue,
long left,
long right) |
static boolean |
between(String fieldValue,
String left,
String right) |
Copyright © 2014 Calrissian. All Rights Reserved.