|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectRowMapper
RowToXmlObjectMapper
public class RowToXmlObjectMapper
Maps a ResultSet row to an XmlObject.
Field Summary |
---|
Fields inherited from class RowMapper |
---|
_cal, _resultSet, _returnTypeClass, _setterRegex, _tmf |
Method Summary | |
---|---|
protected String[] |
getKeysFromResultSet()
Build a String array of column names from the ResultSet. |
Object |
mapRowToReturnType()
map a row from the ResultSet to an XmlObject instance |
Methods inherited from class RowMapper |
---|
extractColumnValue, isSetterMethod |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Object mapRowToReturnType()
mapRowToReturnType
in class RowMapper
protected String[] getKeysFromResultSet() throws SQLException
getKeysFromResultSet
in class RowMapper
SQLException
- on error
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |