API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.persistance. JOTQueryResult View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTQueryResult
Implements
Subclasses
Description
public class JOTQueryResult
See also:   
Constructors
public JOTQueryResult ()
Methods
Hide/Show inherited methods
public void add (JOTModel model)
public void filterDistinct (String colName)
Client side "distinct" Remove from the result list, the duplicate entries(values) for the given column (Keep the first one as sorted by prder by).
public JOTModel get (int i)
public Vector getAllResults ()
public JOTModel getFirstResult ()
  Return the first element of the results or null if no elements where found.
public boolean isEmpty ()
public int size ()
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar