org.cruxframework.crux.core.client.db
Interface FileCursor

All Superinterfaces:
Cursor<String,Blob>
All Known Implementing Classes:
IDXFileCursor

public interface FileCursor
extends Cursor<String,Blob>

Represents a cursor of files stored into the database.

To open a file cursor, you must ask to a FileStore object.

See the following example:

 Transaction transaction = database.getTransaction(new String[]{FileStore.OBJECT_STORE_NAME}, Transaction.Mode.readWrite);
 transaction.getFileStore().openCursor(new FileStoreCursorCallback(){

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.core.client.db.Cursor
Cursor.CursorDirection
 
Method Summary
 
Methods inherited from interface org.cruxframework.crux.core.client.db.Cursor
advance, continueCursor, continueCursor, delete, getDirection, getKey, getNativeArrayKey, getValue, hasValue, update
 



Copyright © 2014. All rights reserved.