| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Method and Description |
|---|---|
protected TruthValue |
SqlParser.falseL(org.vesalainen.parser.util.InputReader reader,
SQLLocator locator) |
TruthValue |
OrCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
NullCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
LiteralComparison.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
LikeCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
JoinComparison.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
Condition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
ColumnComparisonInOneTable.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
AndCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
NullCondition.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
LiteralComparison.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
LikeCondition.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
JoinComparison.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
ColumnCondition.matches(SQLConverter<R,C> converter,
R row)
Tests the condition against one table row.
|
TruthValue |
ColumnComparisonInOneTable.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
BooleanTestCondition.matches(SQLConverter selector,
ArrayMap rowCandidate) |
protected TruthValue |
SqlParser.trueL(org.vesalainen.parser.util.InputReader reader,
SQLLocator locator) |
static TruthValue |
OrCondition.truthTable(TruthValue p,
TruthValue q) |
static TruthValue |
AndCondition.truthTable(TruthValue p,
TruthValue q) |
protected TruthValue |
SqlParser.truthValue(TruthValue tvl) |
protected TruthValue |
SqlParser.unknown(org.vesalainen.parser.util.InputReader reader,
SQLLocator locator) |
static TruthValue |
TruthValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruthValue[] |
TruthValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Condition |
SqlParser.booleanTest2(Condition primary,
TruthValue tvl) |
protected Condition |
SqlParser.booleanTest3(Condition primary,
TruthValue tvl) |
static TruthValue |
OrCondition.truthTable(TruthValue p,
TruthValue q) |
static TruthValue |
AndCondition.truthTable(TruthValue p,
TruthValue q) |
protected TruthValue |
SqlParser.truthValue(TruthValue tvl) |
| Constructor and Description |
|---|
BooleanTestCondition(Condition booleanPrimary,
boolean is,
TruthValue truthValue) |
Copyright © 2014. All rights reserved.