Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdbf.engine.sql.QueryResults

Uses of QueryResults in org.jdbf.engine.sql
 

Subclasses of QueryResults in org.jdbf.engine.sql
 class Cursor
          This subclass of QueryResults provides rows of an sql query form cache.
 

Methods in org.jdbf.engine.sql that return QueryResults
 QueryResults SelectStatement.select(java.lang.String repositoryViewName, org.jdbf.engine.repository.RepositoryView view, java.sql.Connection connection)
          Executes the select statement and retunathe ObjectMapped object specified in obj.