public static interface KeyQueryExecutor.Support<S extends Storable>
KeyQueryExecutor.| Modifier and Type | Method and Description |
|---|---|
Cursor<S> |
fetchOne(StorableIndex<S> index,
java.lang.Object[] identityValues)
Select at most one Storable referenced by an index.
|
Cursor<S> |
fetchOne(StorableIndex<S> index,
java.lang.Object[] identityValues,
Query.Controller controller)
Select at most one Storable referenced by an index.
|
Cursor<S> fetchOne(StorableIndex<S> index, java.lang.Object[] identityValues) throws FetchException
index - index to open, which may be a primary key indexidentityValues - of exactly matching values to apply to indexFetchExceptionCursor<S> fetchOne(StorableIndex<S> index, java.lang.Object[] identityValues, Query.Controller controller) throws FetchException
controller - optional controller which can abort query operationindex - index to open, which may be a primary key indexidentityValues - of exactly matching values to apply to indexFetchExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.