public class IDXFileCursor extends IDXCursor<String,Blob> implements FileCursor
FileCursor instead.Cursor.CursorDirection| Modifier | Constructor and Description |
|---|---|
protected |
IDXFileCursor(IDBCursorWithValue idbCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
continueCursor(String key)
Make cursor to go to the element referenced by the given key.
|
String |
getKey()
Return the key of record pointed by the cursor.
|
com.google.gwt.core.client.JsArrayMixed |
getNativeArrayKey()
Return the cursor key, as a native javascript object.
|
Blob |
getValue()
Return the value of record pointed by the cursor.
|
void |
update(Blob file)
Update current record pointed by the cursor with the given value.
|
advance, continueCursor, delete, getDirection, getNativeCursorDirection, getNativeValue, hasValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvance, continueCursor, delete, getDirection, hasValueprotected IDXFileCursor(IDBCursorWithValue idbCursor)
public com.google.gwt.core.client.JsArrayMixed getNativeArrayKey()
CursorgetNativeArrayKey in interface Cursor<String,Blob>getNativeArrayKey in class IDXCursor<String,Blob>public void update(Blob file)
Cursorpublic String getKey()
Cursorpublic Blob getValue()
Cursorpublic void continueCursor(String key)
CursorcontinueCursor in interface Cursor<String,Blob>continueCursor in class IDXCursor<String,Blob>key - key of the element to be pointed by the cursor.Copyright © 2015. All rights reserved.