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