|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DBAccess in org.deegree_impl.io |
Subclasses of DBAccess in org.deegree_impl.io | |
class |
MySQLDBAccess
Class for accessing MySQL (spatial) database |
class |
OracleSpatialAccess
This class extends the DBAccess class to read fields from a oracle spatial table. this may or may not include geometries. if the reques result contains one or more geometries they can be accessed as table column(s) or as OGC WKBs |
class |
PostgisDBAccess
|
Uses of DBAccess in org.deegree_impl.services.wfs |
Fields in org.deegree_impl.services.wfs declared as DBAccess | |
protected DBAccess |
RowSelector.osa
|
Constructors in org.deegree_impl.services.wfs with parameters of type DBAccess | |
RowSelector(TableDescription table,
java.lang.String keyfield,
java.util.Set keys,
DBAccess osa,
FeatureType ft)
Creates a new instance of RowSelector |
Uses of DBAccess in org.deegree_impl.services.wfs.db |
Methods in org.deegree_impl.services.wfs.db with parameters of type DBAccess | |
private java.util.Set |
CTransaction.getFeatureIDs(FeatureType ft,
Filter filter,
DBAccess osa)
Retrieves all IDs of the Feature's MasterTable that are affected by the given Filter. |
java.util.ArrayList |
CTransaction.performInsert(InsertTree tree,
DBAccess osa)
|
Constructors in org.deegree_impl.services.wfs.db with parameters of type DBAccess | |
PointRowSelector(TableDescription table,
java.lang.String keyfield,
java.util.Set keys,
DBAccess osa,
FeatureType ft)
Creates a new instance of RowSelector |
Uses of DBAccess in org.deegree_impl.services.wfs.gml |
Methods in org.deegree_impl.services.wfs.gml with parameters of type DBAccess | |
private java.util.Set |
CTransaction.getFeatureIDs(FeatureType ft,
Filter filter,
DBAccess osa)
Retrieves all IDs of the Feature's MasterTable that are affected by the given Filter. |
java.util.ArrayList |
CTransaction.performInsert(InsertTree tree,
DBAccess osa)
|
Uses of DBAccess in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type DBAccess | |
private java.util.Set |
CTransaction.getFeatureIDs(FeatureType ft,
Filter filter,
DBAccess osa)
Retrieves all IDs of the Feature's MasterTable that are affected by the given Filter. |
Uses of DBAccess in org.deegree_impl.services.wfs.postgis |
Methods in org.deegree_impl.services.wfs.postgis with parameters of type DBAccess | |
private java.util.Set |
CTransaction.getFeatureIDs(FeatureType ft,
Filter filter,
DBAccess osa)
Retrieves all IDs of the Feature's MasterTable that are affected by the given Filter. |
Constructors in org.deegree_impl.services.wfs.postgis with parameters of type DBAccess | |
PostgisRowSelector(TableDescription table,
java.lang.String keyfield,
java.util.Set keys,
DBAccess osa,
FeatureType ft)
Creates a new instance of RowSelector |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |