| Package | Description |
|---|---|
| com.github.quintans.ezSQL | |
| com.github.quintans.ezSQL.db | |
| com.github.quintans.ezSQL.dml | |
| com.github.quintans.ezSQL.driver |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Base.different(Function value) |
Condition |
Base.different(T value) |
Condition |
Base.gt(Function value) |
Condition |
Base.gt(T value) |
Condition |
Base.gtoe(Function value) |
Condition |
Base.gtoe(T value) |
Condition |
Base.iLike(Function value) |
Condition |
Base.iLike(T value) |
Condition |
Base.iMatches(Function value) |
Condition |
Base.iMatches(T value) |
Condition |
Base.in(Function... value) |
Condition |
Base.in(List<?> values) |
Condition |
Base.in(T... value) |
Condition |
Base.is(Function value) |
Condition |
Base.is(T value) |
Condition |
Base.isNotNull() |
Condition |
Base.isNull() |
Condition |
Base.like(Function value) |
Condition |
Base.like(T value) |
Condition |
Base.lt(Function value) |
Condition |
Base.lt(T value) |
Condition |
Base.ltoe(Function value) |
Condition |
Base.ltoe(T value) |
Condition |
Base.not() |
Condition |
Base.range(Function left,
Function right) |
Condition |
Base.range(T left,
T right) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Discriminator.getCondition() |
Condition |
Column.is() |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
Table.getConditions() |
| Modifier and Type | Field and Description |
|---|---|
protected Condition |
DmlBase.condition |
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
DmlBase.discriminatorConditions |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
Definition.and(Condition... operations) |
Condition |
Condition.and(Condition condition) |
static Condition |
Definition.and(List<Condition> operations) |
static Condition |
Definition.boundedRange(Object bottom,
Object top,
Object value) |
static Condition |
Definition.different(Object left,
Object right) |
static Condition |
Definition.exists(Object o) |
Condition |
PathElement.getCondition() |
Condition |
DmlBase.getCondition() |
Condition |
Query.getHaving() |
static Condition |
Definition.greater(Object column,
Object value) |
static Condition |
Definition.greaterOrMatch(Object column,
Object value) |
static Condition |
Definition.iLike(Object left,
Object right) |
static Condition |
Definition.iMatches(Object left,
Object right) |
static Condition |
Definition.in(Object column,
Collection<?> values) |
static Condition |
Definition.in(Object column,
Object... value) |
static Condition |
Definition.is(Object left,
Object right) |
static Condition |
Definition.isNull(Object column) |
static Condition |
Definition.lesser(Object column,
Object value) |
static Condition |
Definition.lesserOrMatch(Object column,
Object value) |
static Condition |
Definition.like(Object left,
Object right) |
Condition |
Condition.not() |
static Condition |
Definition.not(Object o) |
static Condition |
Definition.or(Condition... operations) |
Condition |
Condition.or(Condition condition) |
static Condition |
Definition.or(List<Condition> operations) |
static Condition |
Definition.range(Object column,
Object bottom,
Object top) |
static Condition |
Definition.valueRange(Object bottom,
Object top,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
DmlBase.PathCondition.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmlBase.PathCondition.addCondition(Condition condition) |
static Condition |
Definition.and(Condition... operations) |
Condition |
Condition.and(Condition condition) |
protected void |
DmlBase.applyOn(List<PathElement> chain,
Condition condition)
condição a usar na associação imediatamente anterior
|
protected void |
DmlBase.applyWhere(Condition restriction) |
Query |
Query.having(Condition... having)
Adds a Having clause to the query.
|
Query |
Query.on(Condition... condition)
Restriction to apply to the previous association
|
static Condition |
Definition.or(Condition... operations) |
Condition |
Condition.or(Condition condition) |
void |
PathElement.setCondition(Condition condition) |
static SearchedCase.SearchedWhen |
Definition.when(Condition criteria)
Searched CASE
|
SearchedCase.SearchedWhen |
SearchedCase.when(Condition criteria) |
Query |
Query.where(Condition... restrictions) |
protected DmlBase |
DmlBase.where(Condition... restrictions) |
T |
Dml.where(Condition... restrictions) |
Query |
Query.where(Condition restriction) |
protected DmlBase |
DmlBase.where(Condition restriction) |
| Modifier and Type | Method and Description |
|---|---|
void |
DmlBase.PathCondition.addConditions(List<Condition> conditions) |
static Condition |
Definition.and(List<Condition> operations) |
static Condition |
Definition.or(List<Condition> operations) |
void |
DmlBase.PathCondition.setConditions(List<Condition> conditions) |
Query |
Query.where(List<Condition> restrictions) |
protected DmlBase |
DmlBase.where(List<Condition> restrictions) |
T |
Dml.where(List<Condition> restrictions) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericQueryBuilder.joinCriteria(Condition criteria) |
Copyright © 2019. All rights reserved.