A B C D E F G H I J K L M N O P Q R S T U V W X

D

DateArray - Class in isql.array
 
DateArray(Timestamp[]) - Constructor for class isql.array.DateArray
 
DateConstant - Class in isql.constant
A date constant (e.g.
DateConstant(Timestamp) - Constructor for class isql.constant.DateConstant
 
DateLiteral - Static variable in class isql.ISQLSelectLexer
 
DateLiteral - Static variable in class isql.ISQLSelectParser
 
debug(String) - Method in interface isql.util.ILogger
Logs a debug message
debug(String) - Method in class isql.util.SystemLogger
 
Different - Class in isql.comparison
Used as predicate to check if two array elements are different
Different() - Constructor for class isql.comparison.Different
 
Digit - Static variable in class isql.ISQLSelectLexer
 
Digit - Static variable in class isql.ISQLSelectParser
 
DIVIDE - Static variable in class isql.ISQLSelectLexer
 
DIVIDE - Static variable in class isql.ISQLSelectParser
 
DivideScalar - Class in isql.help.scalar.numeric
predicate that operates the division between two numbers
DivideScalar() - Constructor for class isql.help.scalar.numeric.DivideScalar
 
DivScalar - Class in isql.help.scalar.numeric
predicate that operates the integer division between two numbers
DivScalar() - Constructor for class isql.help.scalar.numeric.DivScalar
 
DOT - Static variable in class isql.ISQLSelectLexer
 
DOT - Static variable in class isql.ISQLSelectParser
 
DoubleExpression - Class in isql.expression
The combination of two other expression through a binary operator (e.g.
DoubleExpression(IExpression, IExpression, IBinaryScalar) - Constructor for class isql.expression.DoubleExpression
 
DoubleExpressionTest - Class in isql.expression
 
DoubleExpressionTest() - Constructor for class isql.expression.DoubleExpressionTest
 
DoublePredicate - Class in isql.predicate
Returns a view that is the result of AND-ing (or OR-ing) all the views (table rows in relation) that return from the input conditions.
DoublePredicate(List<IPredicate>, IMergeRows, ColumnValues) - Constructor for class isql.predicate.DoublePredicate
 
DoublePredicate.AddRowAnyway - Class in isql.predicate
Add always a row.
DoublePredicate.AddRowAnyway() - Constructor for class isql.predicate.DoublePredicate.AddRowAnyway
 
DoublePredicate.AddRowOnlyIfInBoth - Class in isql.predicate
Add row to the result view only if both the views have, for that row, the same index in the merge table
DoublePredicate.AddRowOnlyIfInBoth() - Constructor for class isql.predicate.DoublePredicate.AddRowOnlyIfInBoth
 
DoublePredicate.AddRowOnlyIfInJustInOne - Class in isql.predicate
Add row to the result view only if only one of the views have, for that row, a specific index in the merge table In this case the other table will have dummy values (-1) for the column indices in that row
DoublePredicate.AddRowOnlyIfInJustInOne() - Constructor for class isql.predicate.DoublePredicate.AddRowOnlyIfInJustInOne
 
DoublePredicate.IAddRow - Interface in isql.predicate
Add row to the result view only at a certain condition
DoublePredicate.MergeRowsAnd - Class in isql.predicate
In case of an AND between two conditions, the views have to be merged so that only the row indices that are in both views are stored in the result view
DoublePredicate.MergeRowsAnd() - Constructor for class isql.predicate.DoublePredicate.MergeRowsAnd
 
DoublePredicate.MergeRowsOr - Class in isql.predicate
In case of an AND between two conditions, the views have to be merged so that the result view contains the union of the rows indices of the views.
DoublePredicate.MergeRowsOr() - Constructor for class isql.predicate.DoublePredicate.MergeRowsOr
 

A B C D E F G H I J K L M N O P Q R S T U V W X