Uses of Package
edu.caltech.nanodb.queryast
-
Packages that use edu.caltech.nanodb.queryast Package Description edu.caltech.nanodb.commands This package contains the classes that represent the commands that the NanoSQL database recognizes.edu.caltech.nanodb.expressions This package contains classes for representing and evaluating arithmetic and logical expressions.edu.caltech.nanodb.plannodes This package contains classes for representing query execution plans, as well as analyzing their costs.edu.caltech.nanodb.queryast edu.caltech.nanodb.queryeval This package contains the query-evaluation components of the database. -
Classes in edu.caltech.nanodb.queryast used by edu.caltech.nanodb.commands Class Description SelectClause This class represents a single SELECT ... statement or clause. -
Classes in edu.caltech.nanodb.queryast used by edu.caltech.nanodb.expressions Class Description SelectClause This class represents a single SELECT ... statement or clause. -
Classes in edu.caltech.nanodb.queryast used by edu.caltech.nanodb.plannodes Class Description SelectValue This class represents a single expression in a SELECT clause. -
Classes in edu.caltech.nanodb.queryast used by edu.caltech.nanodb.queryast Class Description FromClause This class represents a hierarchy of one or more base and derived relations that produce the rows considered by SELECT clauses.FromClause.ClauseType This enumeration specifies the overall type of the FROM clause.FromClause.JoinConditionType For FROM clauses that contain join expressions, this enumeration specifies the kind of join-condition for each join expression.SelectClause This class represents a single SELECT ... statement or clause.SelectValue This class represents a single expression in a SELECT clause. -
Classes in edu.caltech.nanodb.queryast used by edu.caltech.nanodb.queryeval Class Description FromClause This class represents a hierarchy of one or more base and derived relations that produce the rows considered by SELECT clauses.SelectClause This class represents a single SELECT ... statement or clause.