public class Q extends Object
| Constructor and Description |
|---|
Q() |
public static Add add(QueryValue left, QueryValue right)
public static QueryValue arithmatic(FieldDefinition field, String operator, Object value)
public static QueryValue arithmatic(QueryValue left, String operator, QueryValue right)
public static QueryValue arithmatic(String fieldName, String operator, Object value)
public static Between between(FieldDefinition attribute, Object min, Object max)
public static Condition binary(FieldDefinition field, String operator, Object value)
public static Condition binary(QueryValue left, String operator, QueryValue right)
public static Equal equal(FieldDefinition attribute, Object value)
public static Equal equal(QueryValue left, Object value)
public static Equal equal(QueryValue left, QueryValue right)
public static Equal equal(String left, QueryValue right)
public static Condition equalId(List<?> attributes, Identifier identifier)
public static GreaterThan greaterThan(FieldDefinition attribute, Object value)
public static GreaterThan greaterThan(QueryValue left, QueryValue right)
public static GreaterThan greaterThan(String name, Object value)
public static GreaterThan greaterThan(String name, QueryValue right)
public static GreaterThanEqual greaterThanEqual(FieldDefinition attribute, Object value)
public static GreaterThanEqual greaterThanEqual(QueryValue left, QueryValue right)
public static GreaterThanEqual greaterThanEqual(String name, Object value)
public static GreaterThanEqual greaterThanEqual(String name, QueryValue right)
public static ILike iLike(FieldDefinition attribute, Object value)
public static ILike iLike(QueryValue left, Object value)
public static ILike iLike(String left, QueryValue right)
public static In in(FieldDefinition attribute, Collection<? extends Object> values)
public static In in(FieldDefinition attribute, Object... values)
public static In in(String name, Collection<? extends Object> values)
public static IsNotNull isNotNull(FieldDefinition attribute)
public static IsNull isNull(FieldDefinition attribute)
public static LessThan lessThan(FieldDefinition attribute, Object value)
public static LessThan lessThan(QueryValue left, QueryValue right)
public static LessThan lessThan(String name, QueryValue right)
public static LessThanEqual lessThanEqual(FieldDefinition attribute, Object value)
public static LessThanEqual lessThanEqual(QueryValue left, QueryValue right)
public static LessThanEqual lessThanEqual(String name, Object value)
public static LessThanEqual lessThanEqual(String name, QueryValue right)
public static Like like(FieldDefinition attribute, Object value)
public static Like like(QueryValue left, Object value)
public static Like like(String left, QueryValue right)
public static Condition likeRegEx(RecordStore recordStore, String fieldName, Object value)
public static NotEqual notEqual(FieldDefinition attribute, Object value)
public static NotEqual notEqual(QueryValue left, QueryValue right)
public static NotEqual notEqual(String name, QueryValue right)
public static int setValueInternal(int i,
int index,
QueryValue condition,
Object value)
public static SqlCondition sql(String sql)
public static SqlCondition sql(String sql, Object... parameters)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.