edu.sdsc.grid.io.local
Class LocalMetaDataRecordList
java.lang.Object
edu.sdsc.grid.io.MetaDataRecordList
edu.sdsc.grid.io.local.LocalMetaDataRecordList
public class LocalMetaDataRecordList
- extends MetaDataRecordList
LocalMetaDataRecordList does nothing. It exists for compatability.
| Methods inherited from class edu.sdsc.grid.io.MetaDataRecordList |
addRecord, addRecord, addRecord, addRecord, addRecord, equals, finalize, getAllResults, getField, getFieldCount, getFieldIndex, getFieldName, getFields, getFieldType, getFloatValue, getIntValue, getRecordCount, getStringValue, getTableValue, getValue, getValue, getValue, removeRecord, removeRecord, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalMetaDataRecordList
public LocalMetaDataRecordList()
- Does nothing
isQueryComplete
public boolean isQueryComplete()
- Description copied from class:
MetaDataRecordList
- Tests if the query has more values to be retrieved.
- Specified by:
isQueryComplete in class MetaDataRecordList
- Throws:
java.lang.UnsupportedOperationException
getMoreResults
public MetaDataRecordList[] getMoreResults()
- Description copied from class:
MetaDataRecordList
- By default a query will only return the first so many values which
match the query to make querying faster. If this query has more results
those results will be appended to this object.
- Specified by:
getMoreResults in class MetaDataRecordList
- Throws:
java.lang.UnsupportedOperationException
getMoreResults
public MetaDataRecordList[] getMoreResults(int numOfResults)
- Description copied from class:
MetaDataRecordList
- Same as getMoreResults(), but returns
numOfResults
instead of the default amount.
- Specified by:
getMoreResults in class MetaDataRecordList
- Throws:
java.lang.UnsupportedOperationException
getAllResults
public MetaDataRecordList[] getAllResults()
- Throws:
java.lang.UnsupportedOperationException