|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.infoscape.proteus.mapper.DBMapper
A mapper maps a message to and from a resultset. Mappers are used by DBSources and DBSinks.
| Constructor Summary | |
DBMapper(org.jdom.Element elt)
|
|
| Method Summary | |
void |
map(java.sql.PreparedStatement stmt,
java.lang.Object msg)
|
java.lang.Object |
map(java.sql.ResultSet rs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DBMapper(org.jdom.Element elt)
elt - | Method Detail |
public void map(java.sql.PreparedStatement stmt,
java.lang.Object msg)
throws java.lang.Exception
stmt - msg -
java.lang.Exception
public java.lang.Object map(java.sql.ResultSet rs)
throws java.lang.Exception
rs -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||