Uses of Class
org.cruxframework.crux.core.client.db.DatabaseCursorCallback

Packages that use DatabaseCursorCallback
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
 

Uses of DatabaseCursorCallback in org.cruxframework.crux.core.client.db
 

Fields in org.cruxframework.crux.core.client.db declared as DatabaseCursorCallback
protected  DatabaseCursorCallback<K,V> WSQLCursor.callback
           
 

Methods in org.cruxframework.crux.core.client.db with parameters of type DatabaseCursorCallback
 void WSQLIndex.openCursor(DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
abstract  void Index.openCursor(DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
abstract  void IDXIndex.openCursor(DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
 void WSQLAbstractObjectStore.openCursor(DatabaseCursorCallback<K,V> callback)
           
 void ObjectStore.openCursor(DatabaseCursorCallback<K,V> callback)
          Open a cursor to iterate over the object store.
abstract  void WSQLIndex.openCursor(KeyRange<I> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
abstract  void Index.openCursor(KeyRange<I> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
abstract  void IDXIndex.openCursor(KeyRange<I> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
 void WSQLIndex.openCursor(KeyRange<I> keyRange, DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
abstract  void Index.openCursor(KeyRange<I> keyRange, DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
abstract  void IDXIndex.openCursor(KeyRange<I> keyRange, DatabaseCursorCallback<I,V> callback)
          Open a cursor to iterate over the object store.
 void ObjectStore.openCursor(KeyRange<K> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<K,V> callback)
          Open a cursor to iterate over the object store.
 void WSQLAbstractObjectStore.openCursor(KeyRange<K> keyRange, DatabaseCursorCallback<K,V> callback)
           
 void ObjectStore.openCursor(KeyRange<K> keyRange, DatabaseCursorCallback<K,V> callback)
          Open a cursor to iterate over the object store.
 void WSQLIndex.openKeyCursor(DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the object store.
abstract  void Index.openKeyCursor(DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the objects keys into the store.
abstract  void IDXIndex.openKeyCursor(DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the object store.
abstract  void WSQLIndex.openKeyCursor(KeyRange<I> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the object store.
abstract  void Index.openKeyCursor(KeyRange<I> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the objects keys into the store.
abstract  void IDXIndex.openKeyCursor(KeyRange<I> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the object store.
 void WSQLIndex.openKeyCursor(KeyRange<I> keyRange, DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the object store.
abstract  void Index.openKeyCursor(KeyRange<I> keyRange, DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the objects keys into the store.
abstract  void IDXIndex.openKeyCursor(KeyRange<I> keyRange, DatabaseCursorCallback<I,K> callback)
          Open a cursor to iterate over the object store.
 void WSQLCursor.start(DatabaseCursorCallback<K,V> c)
           
 



Copyright © 2014. All rights reserved.