public final class EmptyDataSet extends AbstractDataSet
| Constructor and Description |
|---|
EmptyDataSet(DataSetHeader header) |
EmptyDataSet(List<SelectItem> selectItems) |
| Modifier and Type | Method and Description |
|---|---|
static EmptyDataSet |
fromColumns(List<Column> cols) |
Row |
getRow() |
boolean |
next()
Moves forward to the next row.
|
close, decorateIdentity, getHeader, getSelectItems, indexOf, iterator, toObjectArrays, toRows, toStringclassEquals, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic EmptyDataSet(DataSetHeader header)
public EmptyDataSet(List<SelectItem> selectItems)
public static EmptyDataSet fromColumns(List<Column> cols)
public boolean next()
DataSetpublic Row getRow()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.