Uses of Class
org.cruxframework.crux.core.client.db.Cursor.CursorDirection

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

Uses of Cursor.CursorDirection in org.cruxframework.crux.core.client.db
 

Fields in org.cruxframework.crux.core.client.db declared as Cursor.CursorDirection
protected  Cursor.CursorDirection WSQLCursor.direction
           
 

Methods in org.cruxframework.crux.core.client.db that return Cursor.CursorDirection
 Cursor.CursorDirection WSQLCursor.getDirection()
           
 Cursor.CursorDirection IDXCursor.getDirection()
           
 Cursor.CursorDirection Cursor.getDirection()
          Direction of iteration used by this cursor.
static Cursor.CursorDirection Cursor.CursorDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Cursor.CursorDirection[] Cursor.CursorDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cruxframework.crux.core.client.db with parameters of type Cursor.CursorDirection
static IDBCursor.IDBCursorDirection IDXCursor.getNativeCursorDirection(Cursor.CursorDirection direction)
           
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 ObjectStore.openCursor(KeyRange<K> keyRange, Cursor.CursorDirection direction, DatabaseCursorCallback<K,V> callback)
          Open a cursor to iterate over the object store.
 void IDXFileStore.openCursor(KeyRange<String> keyRange, Cursor.CursorDirection direction, FileStoreCursorCallback callback)
           
 void FileStore.openCursor(KeyRange<String> keyRange, Cursor.CursorDirection direction, FileStoreCursorCallback callback)
          Open a FileCursor object, to allow iteration over the files on this 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.
 

Constructors in org.cruxframework.crux.core.client.db with parameters of type Cursor.CursorDirection
WSQLCursor(WSQLAbstractDatabase db, WSQLKeyRange<K> range, String objectStoreName, boolean autoIncrement, Cursor.CursorDirection direction, WSQLTransaction transaction)
           
 



Copyright © 2014. All rights reserved.