protected class SimpleDbQueryLoggerImpl.SimpleDbRecordsImpl extends Object implements org.refcodes.tabular.Records<T>
| Constructor and Description |
|---|
SimpleDbRecordsImpl(String aSelectQuery)
Constructs a
Records iterator from a SimpleDB query and the
required Header. |
SimpleDbRecordsImpl(String aSelectQuery,
org.refcodes.tabular.Header<T> aHeader)
Constructs a
Records iterator from a SimpleDB query and the
required Header. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
org.refcodes.tabular.Record<T> |
next() |
protected com.amazonaws.services.simpledb.model.Item |
nextItem()
"Raw" method to retrieve the next item from Simple DB.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SimpleDbRecordsImpl(String aSelectQuery)
Records iterator from a SimpleDB query and the
required Header.aSelectQuery - The query for retrieval.public boolean hasNext()
protected com.amazonaws.services.simpledb.model.Item nextItem()
SimpleDbQueryLoggerImpl#deleteLogs(LogPriority, Date, Date, Criteria)
operation.public org.refcodes.tabular.Record<T> next()
Copyright © 2016. All rights reserved.