Uses of Package
isql

Packages that use isql
isql   
isql.array   
isql.builder   
isql.comparison   
isql.constant   
isql.expression   
isql.groupby   
isql.predicate   
isql.util   
 

Classes in isql used by isql
ColumnKey
          A key defining a column in the result set, using the table name and the column name
ColumnType
          The available types for the arrays to which the SQL query is applied
ColumnValues
          The columns of the result set: each column is an array.
ColumnValuesWithRowsNumber
          The column values, together with the number of rows in the result set.
Equalizer.IArrayFuture
          Get the array, when it is ready (after the method equalize has been called)
IExpression
          An expression is something that returns an array
IPredicate
          a predicate is used in the WHERE clause to verify which rows will be considered by the SELECT expression
ISQLException
          Something went wrong parsing the SQL query or executing it
ISQLSelectParser
           
ISQLSelectParser.arithmeticOperator_return
           
ISQLSelectParser.binaryOperator_return
           
ISQLSelectParser.bitwiseOperator_return
           
ISQLSelectParser.booleanValue_return
           
ISQLSelectParser.CaseFunction
           
ISQLSelectParser.caseFunction_return
           
ISQLSelectParser.caseWhen_return
           
ISQLSelectParser.comparisonOperator_return
           
ISQLSelectParser.constant_return
           
ISQLSelectParser.constantSequence_return
           
ISQLSelectParser.fromClause_return
           
ISQLSelectParser.Function
           
ISQLSelectParser.function_return
           
ISQLSelectParser.groupByClause_return
           
ISQLSelectParser.IConstant
           
ISQLSelectParser.IExpression
           
ISQLSelectParser.IPredicate
           
ISQLSelectParser.ISearchCondition
           
ISQLSelectParser.logicalOperator_return
           
ISQLSelectParser.NegatePredicate
           
ISQLSelectParser.OrderBy
           
ISQLSelectParser.orderByClause_return
           
ISQLSelectParser.orderByExpression_return
           
ISQLSelectParser.predicate_return
           
ISQLSelectParser.searchCondition_return
           
ISQLSelectParser.selectClause_return
           
ISQLSelectParser.selectExpression_return
           
ISQLSelectParser.SelectItem
           
ISQLSelectParser.selectItem_return
           
ISQLSelectParser.selectList_return
           
ISQLSelectParser.selectStatement_return
           
ISQLSelectParser.selectSubExpression_return
           
ISQLSelectParser.statement_return
           
ISQLSelectParser.SubExpression
           
ISQLSelectParser.SubSearchCondition
           
ISQLSelectParser.subSearchCondition_return
           
ISQLSelectParser.TableColumn
           
ISQLSelectParser.tableColumn_return
           
ISQLSelectParser.TableSource
           
ISQLSelectParser.tableSource_return
           
ISQLSelectParser.unaryOperator_return
           
ISQLSelectParser.When
           
ISQLSelectParser.WhenThen
           
ISQLSelectParser.whereClause_return
           
ISQLSelectParser.whereExpression_return
           
ISQLSelectParser.whereSubExpression_return
           
ITypedValue
          It can be an array (n items) or a constant
 

Classes in isql used by isql.array
ColumnType
          The available types for the arrays to which the SQL query is applied
ITypedValue
          It can be an array (n items) or a constant
 

Classes in isql used by isql.builder
ColumnKey
          A key defining a column in the result set, using the table name and the column name
ColumnValues
          The columns of the result set: each column is an array.
IComparison
          A comparison predicate, to tell if, for example, two objects are the same, different, one is greater than the other...
IConstant
          A constant written in the SQL query either in the SELECT clause or in the WHERE clause.
IExpression
          An expression is something that returns an array
IPredicate
          a predicate is used in the WHERE clause to verify which rows will be considered by the SELECT expression
ISQLException
          Something went wrong parsing the SQL query or executing it
ISQLSelectParser.IConstant
           
ISQLSelectParser.IExpression
           
ISQLSelectParser.ISearchCondition
           
ISQLSelectParser.TableColumn
           
 

Classes in isql used by isql.comparison
IComparison
          A comparison predicate, to tell if, for example, two objects are the same, different, one is greater than the other...
ISQLException
          Something went wrong parsing the SQL query or executing it
 

Classes in isql used by isql.constant
ColumnType
          The available types for the arrays to which the SQL query is applied
IConstant
          A constant written in the SQL query either in the SELECT clause or in the WHERE clause.
ITypedValue
          It can be an array (n items) or a constant
 

Classes in isql used by isql.expression
Column
          a table column (values + key)
ColumnKey
          A key defining a column in the result set, using the table name and the column name
IComparison
          A comparison predicate, to tell if, for example, two objects are the same, different, one is greater than the other...
IConstant
          A constant written in the SQL query either in the SELECT clause or in the WHERE clause.
IExpression
          An expression is something that returns an array
ISQLException
          Something went wrong parsing the SQL query or executing it
ITypedValue
          It can be an array (n items) or a constant
 

Classes in isql used by isql.groupby
ColumnKey
          A key defining a column in the result set, using the table name and the column name
ColumnType
          The available types for the arrays to which the SQL query is applied
ISQLException
          Something went wrong parsing the SQL query or executing it
 

Classes in isql used by isql.predicate
ColumnKey
          A key defining a column in the result set, using the table name and the column name
ColumnValues
          The columns of the result set: each column is an array.
IComparison
          A comparison predicate, to tell if, for example, two objects are the same, different, one is greater than the other...
IConstant
          A constant written in the SQL query either in the SELECT clause or in the WHERE clause.
IExpression
          An expression is something that returns an array
IPredicate
          a predicate is used in the WHERE clause to verify which rows will be considered by the SELECT expression
ISQLException
          Something went wrong parsing the SQL query or executing it
ITypedValue
          It can be an array (n items) or a constant
 

Classes in isql used by isql.util
Column
          a table column (values + key)
ColumnType
          The available types for the arrays to which the SQL query is applied