|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.sql.blob.FeatureBuilderBlob
public class FeatureBuilderBlob
Builds Feature instances from SQL result set rows (BLOB/hybrid mode).
| Constructor Summary | |
|---|---|
FeatureBuilderBlob(SQLFeatureStore fs,
BlobMapping blobMapping)
Creates a new FeatureBuilderBlob 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 FeatureBuilderBlob(SQLFeatureStore fs,
BlobMapping blobMapping)
FeatureBuilderBlob instance.
fs - feature store, must not be nullblobMapping - blob mapping parameters, 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 | |||||||||