public class MetadataResultSet extends Object
MetadataRow objects.AbstractMetadataResultSetBuilder| Constructor and Description |
|---|
MetadataResultSet()
Constructor.
|
MetadataResultSet(MetadataRow.MetadataRowTemplate rowTemplate)
Constructor including the columns definitions from a metadata row template.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinitions |
getColumnDefinitions()
Gets the columns of the metadata result set.
|
Iterator<MetadataRow> |
iterator()
Gets an iterator over the rows of the metadata result set.
|
MetadataResultSet |
setRows(ArrayList<MetadataRow> metadataRows)
Add rows to the metadata result set.
|
public MetadataResultSet()
public MetadataResultSet(MetadataRow.MetadataRowTemplate rowTemplate)
rowTemplate - The metadata row template from which the columns definitions of the metadata result set
are extracted.public MetadataResultSet setRows(ArrayList<MetadataRow> metadataRows)
metadataRows - A list of MetadataRows.MetadataResultSet.public ColumnDefinitions getColumnDefinitions()
public Iterator<MetadataRow> iterator()
Copyright © 2020–2024 ING Bank. All rights reserved.