|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Select
A SELECT query.
| Method Summary | |
|---|---|
java.util.List<Variable> |
getResultVariables()
Gets a list of result variables, or null if we have a star results list. |
boolean |
isDistinct()
Checks is this query has the DISTINCT flag set. |
boolean |
isReduced()
Checks if this query has the REDUCED flag set. |
| Methods inherited from interface org.topbraid.spin.model.SolutionModifierQuery |
|---|
getLimit, getOffset |
| Methods inherited from interface org.topbraid.spin.model.Query |
|---|
getFrom, getFromNamed, getWhere, getWhereElements |
| Methods inherited from interface org.topbraid.spin.model.Command |
|---|
getComment |
| Methods inherited from interface org.topbraid.spin.model.print.Printable |
|---|
print |
| Method Detail |
|---|
java.util.List<Variable> getResultVariables()
boolean isDistinct()
boolean isReduced()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||