|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowIterator | |
---|---|
velosurf.model | Classes linked to the data model : entities, attributes and actions |
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(java.util.Map<java.lang.String,java.lang.Object> source)
Query the resultset for this multivalued attribute. |
RowIterator |
Attribute.query(java.util.Map<java.lang.String,java.lang.Object> 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)
get the rowset. |
RowIterator |
PooledPreparedStatement.query(java.util.List params,
Entity resultEntity)
get the rowset. |
RowIterator |
PooledSimpleStatement.query(java.lang.String query)
get the resultset for this statement. |
RowIterator |
Database.query(java.lang.String query)
Issue a query. |
RowIterator |
PooledSimpleStatement.query(java.lang.String query,
Entity resultEntity)
get 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |