|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISQLSelectParser.ISearchCondition | |
---|---|
isql | |
isql.builder |
Uses of ISQLSelectParser.ISearchCondition in isql |
---|
Classes in isql that implement ISQLSelectParser.ISearchCondition | |
---|---|
static class |
ISQLSelectParser.ComplexSearchCondition
|
static class |
ISQLSelectParser.SimpleSearchCondition
|
Fields in isql declared as ISQLSelectParser.ISearchCondition | |
---|---|
ISQLSelectParser.ISearchCondition |
ISQLSelectParser.searchCondition_return.c
|
Methods in isql that return ISQLSelectParser.ISearchCondition | |
---|---|
ISQLSelectParser.ISearchCondition |
ISQLSelectParser.ComplexSearchCondition.getA()
|
ISQLSelectParser.ISearchCondition |
ISQLSelectParser.ComplexSearchCondition.getB()
|
ISQLSelectParser.ISearchCondition |
ISQLSelectParser.RecursiveCondition.getSearchCondition()
|
ISQLSelectParser.ISearchCondition |
ISQLSelectParser.getWhere()
|
Methods in isql with parameters of type ISQLSelectParser.ISearchCondition | |
---|---|
IPredicate |
ClausesBuilder.buildWhere(ColumnValues valuesOriginal,
ISQLSelectParser.ISearchCondition where)
Returns the where clause in form of a predicate tree |
Constructors in isql with parameters of type ISQLSelectParser.ISearchCondition | |
---|---|
ISQLSelectParser.ComplexSearchCondition(ISQLSelectParser.ISearchCondition a,
ISQLSelectParser.ISearchCondition b,
java.lang.String operator)
|
|
ISQLSelectParser.RecursiveCondition(ISQLSelectParser.ISearchCondition condition)
|
Uses of ISQLSelectParser.ISearchCondition in isql.builder |
---|
Methods in isql.builder with parameters of type ISQLSelectParser.ISearchCondition | |
---|---|
IPredicate |
WhereBuilder.build(ISQLSelectParser.ISearchCondition condition)
The method to call to evaluate a whole where clause |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |