public interface ValueExtractor<X>
ResultSet
.Modifier and Type | Method and Description |
---|---|
X |
extract(ResultSet rs,
String name,
WrapperOptions options)
Extract value from result set
|
X extract(ResultSet rs, String name, WrapperOptions options) throws SQLException
rs
- The result set from which to extract the valuename
- The name by which to extract the value from the result setoptions
- The optionsSQLException
- Indicates a JDBC error occurred.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.