| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnComparisonCondition<R,C> |
interface |
JoinCondition<R,C> |
interface |
ValueComparisonCondition<R,C> |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnComparisonInOneTable<R,C> |
class |
JoinComparison<R,C> |
class |
LikeCondition<R,C> |
class |
LiteralComparison<R,C> |
class |
NullCondition<R,C> |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ColumnCondition<R,C>> |
Table.andConditions |
protected Set<ColumnCondition<R,C>> |
Table.conditions |
| Modifier and Type | Method and Description |
|---|---|
Set<ColumnCondition<R,C>> |
Table.getAndConditions() |
Set<ColumnCondition<R,C>> |
Table.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.associateCondition(ColumnCondition<R,C> condition,
boolean andPath) |
Copyright © 2014. All rights reserved.