|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultSet | |
|---|---|
| org.yaz4j | Classes within this package expose the Z39.50 Object Orientation Model (ZOOM) API and additional extensions implemented by YAZ. |
| Uses of ResultSet in org.yaz4j |
|---|
| Methods in org.yaz4j that return ResultSet | |
|---|---|
ResultSet |
ResultSet.option(String name,
String value)
Write option with a given name. |
ResultSet |
Connection.search(Query query)
Performs a search operation (submits the query to the server, waits for response and creates a new result set that allows to retrieve particular results). |
ResultSet |
Connection.search(String query,
Connection.QueryType queryType)
Deprecated. Does not allow specifying sort criteria prior to search use search(Query) instead. |
ResultSet |
ResultSet.sort(String type,
String spec)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||