|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimpledb.parse.QueryData
public class QueryData
Data for the SQL select statement.
| Constructor Summary | |
|---|---|
QueryData(Collection<String> fields,
Collection<String> tables,
Predicate pred)
Saves the field and table list and predicate. |
|
| Method Summary | |
|---|---|
Collection<String> |
fields()
Returns the fields mentioned in the select clause. |
Predicate |
pred()
Returns the predicate that describes which records should be in the output table. |
Collection<String> |
tables()
Returns the tables mentioned in the from clause. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryData(Collection<String> fields,
Collection<String> tables,
Predicate pred)
| Method Detail |
|---|
public Collection<String> fields()
public Collection<String> tables()
public Predicate pred()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||