Uses of Class
velosurf.context.RowIterator

Packages that use RowIterator
velosurf.model Classes linked to the data model : entities, attributes and actions Package Specification
velosurf.sql Contains all core classes dealing with the database itself. 
 

Uses of RowIterator in velosurf.model
 

Methods in velosurf.model that return RowIterator
 RowIterator Entity.query()
          issue a query to iterate though all instances of this entity
 RowIterator Entity.query(java.util.List refineCriteria, java.lang.String order)
          issue a query to iterate thought instances of this entity, with a facultative refining criteria and a facultative order by clause
 RowIterator Attribute.query(ReadOnlyMap source)
          query the resultset for this multivalued attribute
 RowIterator Attribute.query(ReadOnlyMap source, java.util.List refineCriteria, java.lang.String order)
          query the rowset for this attribute
 

Uses of RowIterator in velosurf.sql
 

Methods in velosurf.sql that return RowIterator
 RowIterator PooledPreparedStatement.query(java.util.List params)
          gets the rowset
 RowIterator PooledPreparedStatement.query(java.util.List params, Entity resultEntity)
          gets the rowset
 RowIterator PooledStatement.query(java.lang.String query)
          gets the resultset for this statement
 RowIterator Database.query(java.lang.String query)
          issue a query
 RowIterator PooledStatement.query(java.lang.String query, Entity resultEntity)
          gets the resultset for this statement, specifying the entity the results belong to
 RowIterator Database.query(java.lang.String query, Entity entity)
          issue a query, knowing the resulting entity
 



~ooOoo~