| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConstant | |
|---|---|
| isql.builder | |
| isql.constant | |
| isql.expression | |
| isql.predicate | |
| Uses of IConstant in isql.builder | 
|---|
| Methods in isql.builder that return IConstant | |
|---|---|
 IConstant | 
ExpressionBuilder.buildConstant(ISQLSelectParser.IConstant constant)
Builds a constant object from an ANTLR parsed constant (t can be a numeric, text, date, boolean)  | 
| Uses of IConstant in isql.constant | 
|---|
| Classes in isql.constant that implement IConstant | |
|---|---|
 class | 
BooleanConstant
A boolean constant (true or false)  | 
 class | 
DateConstant
A date constant (e.g.  | 
 class | 
NumericConstant
A numeric constant  | 
 class | 
TextConstant
A text constant  | 
| Uses of IConstant in isql.expression | 
|---|
| Constructors in isql.expression with parameters of type IConstant | |
|---|---|
ConstantExpression(IConstant constant)
 | 
|
When(IComparison operator,
     IConstant against)
Constructor  | 
|
| Uses of IConstant in isql.predicate | 
|---|
| Constructors in isql.predicate with parameters of type IConstant | |
|---|---|
InPredicate(IExpression toTest,
            IConstant[] seqIn,
            ColumnValues values,
            boolean negated)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||