com.amazon.carbonado.qe
Interface KeyQueryExecutor.Support<S extends Storable>
- All Known Subinterfaces:
- StorageAccess<S>
- Enclosing class:
- KeyQueryExecutor<S extends Storable>
public static interface KeyQueryExecutor.Support<S extends Storable>
Provides support for KeyQueryExecutor.
fetchOne
Cursor<S> fetchOne(StorableIndex<S> index,
Object[] identityValues)
throws FetchException
- Select at most one Storable referenced by an index. The identity
values fully specify all elements of the index, and the index is
unique.
- Parameters:
index - index to open, which may be a primary key indexidentityValues - of exactly matching values to apply to index
- Throws:
FetchException
Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.