|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeRowMapper
public class NodeRowMapper
Maps node result set rows into node objects.
Constructor Summary | |
---|---|
NodeRowMapper(RowMapperListener<Node> listener)
Creates a new instance. |
Method Summary | |
---|---|
void |
process(CommonEntityData data,
java.sql.ResultSet resultSet)
Processes the provided object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeRowMapper(RowMapperListener<Node> listener)
listener
- The destination for result objects.Method Detail |
---|
public void process(CommonEntityData data, java.sql.ResultSet resultSet) throws java.sql.SQLException
process
in interface RowMapperListener<CommonEntityData>
data
- The object read from the result set.resultSet
- The result set pointing at the current row.
java.sql.SQLException
- if an error occurs reading from the result set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |