| 程序包 | 说明 |
|---|---|
| org.josql | |
| org.josql.contrib |
| 限定符和类型 | 方法和说明 |
|---|---|
QueryResults |
Query.execute(Collection objs)
Execute this query on the specified objects.
|
QueryResults |
Query.execute(Iterator iter)
Execute this query on the specified objects provided by the iterator.
|
QueryResults |
Query.execute(List objs)
Execute this query on the specified objects.
|
QueryResults |
Query.getQueryResults()
Get the results of
executing this query. |
static QueryResults |
Query.parseAndExec(String query,
List objs) |
QueryResults |
Query.reorder(List objs,
SortedMap dirs)
Re-order the objects according to the columns supplied in the dirs Map.
|
QueryResults |
Query.reorder(List objs,
String orderBys)
Allows the re-ordering of the results via a textual representation of the order bys.
|
| 限定符和类型 | 方法和说明 |
|---|---|
QueryResults |
JoSQLSwingTableModel.execute(List l)
Exectute the query and return the results.
|
QueryResults |
JoSQLSwingTableModel.getResults()
Get any results, will be null unless
JoSQLSwingTableModel.execute(List) has been called. |
QueryResults |
JoSQLSwingTableModel.reorder(List objs,
SortedMap dirs)
Re-order the columns according to the column indices provided in dirs.
|
QueryResults |
JoSQLSwingTableModel.reorder(List objs,
String orderBys)
Re-order the columns according to the string representation provided by orderBys.
|
Copyright © 2021. All rights reserved.