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 JoiningSetFromClause. join_setThe 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 JoiningSetFromClause. getJoinSet()Returns the JoiningSet object for the FROM clause.
-