|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 nullft - feature type, must not be nullftMapping - feature type mapping, must not be nullconn - JDBC connection (used for performing subsequent SELECTs), must not be null| Method Detail |
|---|
public List<String> getInitialSelectColumns()
FeatureBuilderResultSet.
getInitialSelectColumns in interface FeatureBuildernull
public Feature buildFeature(ResultSet rs)
throws SQLException
FeatureBuilderFeature instance from the current row of the given ResultSet.
buildFeature in interface FeatureBuilderrs - 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 | |||||||||