|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 null
blobMapping
- blob mapping parameters, 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 |