|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseTypeBinding
Binding from database output column type to Java object.
Method Summary | |
---|---|
Class |
getType()
Returns the Java target type. |
Object |
getValue(ResultSet resultSet,
String columnName)
Returns the Java object for the given column. |
Method Detail |
---|
Object getValue(ResultSet resultSet, String columnName) throws SQLException
resultSet
- is the result set to read the column fromcolumnName
- is the column name
SQLException
- if the mapping cannot be performedClass getType()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |