|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.sql.rules.FeatureBuilderRelational
public class FeatureBuilderRelational
Builds Feature
instances from SQL result set rows (relational mode).
Constructor Summary | |
---|---|
FeatureBuilderRelational(SQLFeatureStore fs,
FeatureType ft,
FeatureTypeMapping ftMapping,
Connection conn,
String ftTableAlias)
Creates a new FeatureBuilderRelational instance. |
Method Summary | |
---|---|
Feature |
buildFeature(ResultSet rs)
Builds a Feature instance from the current row of the given ResultSet . |
List<String> |
getInitialSelectColumns()
Returns the columns for the SELECT statement that is used to retrieve the ResultSet . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureBuilderRelational(SQLFeatureStore fs, FeatureType ft, FeatureTypeMapping ftMapping, Connection conn, String ftTableAlias)
FeatureBuilderRelational
instance.
fs
- feature store, must not be null
ft
- feature type, must not be null
ftMapping
- feature type mapping, must not be null
conn
- JDBC connection (used for performing subsequent SELECTs), must not be null
Method Detail |
---|
public List<String> getInitialSelectColumns()
FeatureBuilder
ResultSet
.
getInitialSelectColumns
in interface FeatureBuilder
null
public Feature buildFeature(ResultSet rs) throws SQLException
FeatureBuilder
Feature
instance from the current row of the given ResultSet
.
buildFeature
in interface FeatureBuilder
rs
- SQL result set, must not be null
Feature
instance, never null
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |