|
|||||||||
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.WayNodeRowMapper
public class WayNodeRowMapper
Maps way node result set rows into way node objects.
Constructor Summary | |
---|---|
WayNodeRowMapper(RowMapperListener<WayNode> listener)
Creates a new instance. |
Method Summary | |
---|---|
void |
processRow(java.sql.ResultSet resultSet)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WayNodeRowMapper(RowMapperListener<WayNode> listener)
listener
- The destination for result objects.Method Detail |
---|
public void processRow(java.sql.ResultSet resultSet) throws java.sql.SQLException
processRow
in interface org.springframework.jdbc.core.RowCallbackHandler
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |