T - The type of object that this interface will return.
public interface ResultSetRowCallBackInterface<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fetchColumns(ResultSetRowInterface row)
This method should fetch columns from the supplied row.
|
T fetchColumns(ResultSetRowInterface row) throws SQLException
row - The row from which the columns should be fetched.SQLException - When a database access error occurs.Copyright © 2008–2017. All rights reserved.