public interface RowSetFactory
RowSet
.RowSet
Modifier and Type | Method and Description |
---|---|
RowSet |
createRow(java.util.List values,
DataModel dataModel)
Returns a RowSet consisting of a single row of values which are supplied
as a list.
|
RowSet |
createRow(java.lang.Object[] values,
DataModel dataModel)
Returns a RowSet consisting of a single row of values which are supplied
as a list.
|
RowSet createRow(java.util.List values, DataModel dataModel) throws DataModelException
DataModel
provides metadata information about the
values. The number and storage type of values in the list must be
consistent with the DataModel metadata.values
- the values to be included in the rowdataModel
- the metadata for those valuesRowSet
containing the supplied valuesDataModelException
- if the number and storage type of values
is not consistent with the DataModel metadataRowSet createRow(java.lang.Object[] values, DataModel dataModel) throws DataModelException
DataModel
provides metadata information about the
values. The number and storage type of values in the array must be
consistent with the DataModel metadata.values
- the values to be included in the rowdataModel
- the metadata for those valuesRowSet
containing the supplied valuesDataModelException
- if the number and storage type of values
is not consistent with the DataModel metadata(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.