Uses of Class
org.yaz4j.ResultSet

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)
           
 



Copyright © 2008-2013 Index Data. All Rights Reserved.