|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TableDescription in org.deegree_impl.services.wfs |
Fields in org.deegree_impl.services.wfs declared as TableDescription | |
protected TableDescription |
RowSelector.table
|
private TableDescription |
InsertTree.table
associated DB-Table |
Methods in org.deegree_impl.services.wfs that return TableDescription | |
TableDescription |
InsertTree.getTableDescription()
returns the associated DB-Table |
Constructors in org.deegree_impl.services.wfs with parameters of type TableDescription | |
RowSelector(TableDescription table,
java.lang.String keyfield,
java.util.Set keys,
DBAccess osa,
FeatureType ft)
Creates a new instance of RowSelector |
|
InsertTree(TableDescription table,
FeatureType ft)
Constructs a new InsertTree-object (only for class-internal use). |
Uses of TableDescription in org.deegree_impl.services.wfs.configuration |
Classes in org.deegree_impl.services.wfs.configuration that implement TableDescription | |
class |
MasterTable_Impl
Implementation of the description interface for the master table of a feature type. |
class |
RelatedTable_Impl
--------------------------------------------------------------------- |
class |
TableDescription_Impl
the interface describes a table that contains data that are part of a feature type --------------------------------------------------------------------- |
Methods in org.deegree_impl.services.wfs.configuration that return TableDescription | |
TableDescription |
FeatureType_Impl.getTableByName(java.lang.String name)
returns a description object for the table identified by the submitted name. |
TableDescription[] |
FeatureType_Impl.getPath(java.lang.String property)
returns the list (in correct order) of tables that are used to reach the submitted property |
Uses of TableDescription in org.deegree_impl.services.wfs.db |
Constructors in org.deegree_impl.services.wfs.db with parameters of type TableDescription | |
PointRowSelector(TableDescription table,
java.lang.String keyfield,
java.util.Set keys,
DBAccess osa,
FeatureType ft)
Creates a new instance of RowSelector |
Uses of TableDescription in org.deegree_impl.services.wfs.postgis |
Constructors in org.deegree_impl.services.wfs.postgis with parameters of type TableDescription | |
PostgisRowSelector(TableDescription table,
java.lang.String keyfield,
java.util.Set keys,
DBAccess osa,
FeatureType ft)
Creates a new instance of RowSelector |
Uses of TableDescription in org.deegree.services.wfs.configuration |
Subinterfaces of TableDescription in org.deegree.services.wfs.configuration | |
interface |
MasterTable
--------------------------------------------------------------------- |
interface |
RelatedTable
--------------------------------------------------------------------- |
Methods in org.deegree.services.wfs.configuration that return TableDescription | |
TableDescription |
FeatureType.getTableByName(java.lang.String name)
returns a description object for the table identified by the submitted name. |
TableDescription[] |
FeatureType.getPath(java.lang.String property)
returns the list (in correct order) of tables that are used to reach the submitted property |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |