public class ColumnReaderDefault extends Object implements IColumnReader
| Constructor and Description |
|---|
ColumnReaderDefault() |
| Modifier and Type | Method and Description |
|---|---|
Object |
read(ResultSet rs,
Column column)
Read a column from a result set.
|
public Object read(ResultSet rs, Column column) throws SQLException
IColumnReaderread in interface IColumnReaderrs - A result set.column - A column to be read.SQLException - On read errors.Copyright © 2017. All rights reserved.