Uses of Class
edu.caltech.nanodb.queryast.FromClause.ClauseType
-
Packages that use FromClause.ClauseType Package Description edu.caltech.nanodb.queryast -
-
Uses of FromClause.ClauseType in edu.caltech.nanodb.queryast
Fields in edu.caltech.nanodb.queryast declared as FromClause.ClauseType Modifier and Type Field Description private FromClause.ClauseType
FromClause. clauseType
The kind of FROM clause this object represents, either a base table, a derived table (a nested SELECT), or a join expression.Methods in edu.caltech.nanodb.queryast that return FromClause.ClauseType Modifier and Type Method Description FromClause.ClauseType
FromClause. getClauseType()
Returns the kind of FROM clause this object represents.static FromClause.ClauseType
FromClause.ClauseType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FromClause.ClauseType[]
FromClause.ClauseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-