Uses of Class
com.mckoi.database.JoiningSet
-
Packages that use JoiningSet Package Description com.mckoi.database.interpret -
-
Uses of JoiningSet in com.mckoi.database.interpret
Fields in com.mckoi.database.interpret declared as JoiningSet Modifier and Type Field Description private JoiningSet
FromClause. join_set
The JoiningSet object that we have created to represent the joins in this FROM clause.Methods in com.mckoi.database.interpret that return JoiningSet Modifier and Type Method Description JoiningSet
FromClause. getJoinSet()
Returns the JoiningSet object for the FROM clause.
-