org.cruxframework.crux.core.client.db.indexeddb
Class IDBCursorWithValue

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.db.indexeddb.IDBCursor
          extended by org.cruxframework.crux.core.client.db.indexeddb.IDBCursorWithValue

public class IDBCursorWithValue
extends IDBCursor

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBCursor
IDBCursor.IDBCursorDirection, IDBCursor.IDBCursorStoreRequest
 
Constructor Summary
protected IDBCursorWithValue()
           
 
Method Summary
 com.google.gwt.core.client.JsArrayMixed getArrayValue()
           
 Date getDateValue()
           
 double getDoubleValue()
           
 int getIntValue()
           
 com.google.gwt.core.client.JavaScriptObject getObjectValue()
           
 String getStringValue()
           
 com.google.gwt.core.client.JavaScriptObject getValue()
           
 
Methods inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBCursor
advance, continueCursor, continueCursor, continueCursor, continueCursor, continueCursor, continueCursor, delete, getDateKey, getDatePrimaryKey, getDirection, getDoubleKey, getDoublePrimaryKey, getIntKey, getIntPrimaryKey, getObjectKey, getObjectPrimaryKey, getSource, getStringKey, getStringPrimaryKey, update
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDBCursorWithValue

protected IDBCursorWithValue()
Method Detail

getValue

public final com.google.gwt.core.client.JavaScriptObject getValue()

getArrayValue

public final com.google.gwt.core.client.JsArrayMixed getArrayValue()

getObjectValue

public final com.google.gwt.core.client.JavaScriptObject getObjectValue()

getIntValue

public final int getIntValue()

getStringValue

public final String getStringValue()

getDateValue

public final Date getDateValue()

getDoubleValue

public final double getDoubleValue()


Copyright © 2014. All rights reserved.