Uses of Class
org.deegree_impl.services.wfs.RowSelector

Packages that use RowSelector
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.postgis   
 

Uses of RowSelector in org.deegree_impl.services.wfs
 

Methods in org.deegree_impl.services.wfs that return RowSelector
 RowSelector[] RowSelector.getReferencedRows()
          Creates new RowSelector-objects that represent the rows in other tables that are referenced from the current table's rows.
 

Uses of RowSelector in org.deegree_impl.services.wfs.db
 

Subclasses of RowSelector in org.deegree_impl.services.wfs.db
 class PointRowSelector
          Encapsulates selected rows of a table that are identified by a table, a Set of key values, and a keyfield.
 

Methods in org.deegree_impl.services.wfs.db that return RowSelector
 RowSelector[] PointRowSelector.getReferencedRows()
          Creates new RowSelector-objects that represent the rows in other tables that are referenced from the current table's rows.
 

Uses of RowSelector in org.deegree_impl.services.wfs.gml
 

Methods in org.deegree_impl.services.wfs.gml with parameters of type RowSelector
(package private)  boolean CTransaction.performUpdate(RowSelector selector, java.util.HashMap changes)
           
 

Uses of RowSelector in org.deegree_impl.services.wfs.postgis
 

Subclasses of RowSelector in org.deegree_impl.services.wfs.postgis
 class PostgisRowSelector
          Encapsulates selected rows of a table that are identified by a table, a Set of key values, and a keyfield.
 

Methods in org.deegree_impl.services.wfs.postgis that return RowSelector
 RowSelector[] PostgisRowSelector.getReferencedRows()
          Creates new RowSelector-objects that represent the rows in other tables that are referenced from the current table's rows.