|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureBuilder
Builds Feature instances from SQL result sets.
| 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. |
| Method Detail |
|---|
List<String> getInitialSelectColumns()
ResultSet.
null
Feature buildFeature(ResultSet rs)
throws SQLException
Feature instance from the current row of the given ResultSet.
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 | |||||||||