org.cruxframework.crux.core.client.db.indexeddb
Class IDBCursorWithValue
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.cruxframework.crux.core.client.db.indexeddb.IDBCursor
org.cruxframework.crux.core.client.db.indexeddb.IDBCursorWithValue
public class IDBCursorWithValue
- extends IDBCursor
- Author:
- Thiago da Rosa de Bustamante
| 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 |
IDBCursorWithValue
protected IDBCursorWithValue()
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.