| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Field and Description |
|---|---|
protected Relation |
BaseComparison.relation |
| Modifier and Type | Method and Description |
|---|---|
Relation |
ColumnComparisonCondition.getRelation() |
Relation |
BaseComparison.getRelation() |
static Relation |
Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relation[] |
Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BaseComparison.matches(int cmp,
Relation relation) |
protected Condition |
SqlParser.newComparisonCondition(RowValue rv1,
Relation relation,
RowValue rv2,
List<Table<R,C>> tableList) |
| Constructor and Description |
|---|
BaseComparison(ColumnReference<R,C> columnReference,
Relation relation) |
ColumnComparisonInOneTable(ColumnReference<R,C> columnReference,
Relation relation,
ColumnReference<R,C> columnReference2) |
JoinComparison(ColumnReference<R,C> columnReference,
Relation relation,
ColumnReference<R,C> columnReference2) |
LiteralComparison(ColumnReference<R,C> columnReference,
Relation relation,
Literal<R,C> literal) |
Copyright © 2014. All rights reserved.