public class ColumnDescriptionBuilder extends Object implements JdbcResultBuilder
| Constructor and Description |
|---|
ColumnDescriptionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecute(ResultSetMetaData data,
Object queryObject,
List resultList)
nullable:
N, Y
|
void |
close(boolean isComplete)
The close() method is invoked, just BEFORE all associated resources (e.g. resultSet)
are closed by the caller.
|
void |
fetch(ResultSet row)
This method is invoked each time the cursor in the resultset is moved
to the next row, as long as the resultList contains less objects than the client
expects.
|
public void afterExecute(ResultSetMetaData data, Object queryObject, List resultList) throws SQLException
afterExecute in interface JdbcResultBuilderdata - JDBC result set meta data.resultList - The List where the result objects are added to.SQLExceptionpublic void fetch(ResultSet row) throws SQLException
JdbcResultBuilderfetch in interface JdbcResultBuilderrow - the ResultSet where the cursor is located on the current rowSQLExceptionpublic void close(boolean isComplete)
JdbcResultBuilderclose in interface JdbcResultBuilderCopyright © 2008–2018. All rights reserved.