| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected List<JdbcStatementResultSetRow> |
JdbcStatementResultSet.rows |
| Modifier and Type | Method and Description |
|---|---|
JdbcStatementResultSetRow |
ObjectFactory.createJdbcStatementResultSetRow()
Create an instance of
JdbcStatementResultSetRow |
| Modifier and Type | Method and Description |
|---|---|
List<JdbcStatementResultSetRow> |
JdbcStatementResultSet.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcStatementResultSet.setRows(List<JdbcStatementResultSetRow> rows) |
| Constructor and Description |
|---|
JdbcStatementResultSet(List<String> columnNames,
List<JdbcStatementResultSetRow> rows)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.