public class IDBCursorWithValue extends IDBCursor
IDBCursor.IDBCursorDirection, IDBCursor.IDBCursorStoreRequest| Modifier | Constructor and Description |
|---|---|
protected |
IDBCursorWithValue() |
| Modifier and Type | Method and Description |
|---|---|
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() |
advance, continueCursor, continueCursor, continueCursor, continueCursor, continueCursor, continueCursor, delete, getDateKey, getDatePrimaryKey, getDirection, getDoubleKey, getDoublePrimaryKey, getIntKey, getIntPrimaryKey, getObjectKey, getObjectPrimaryKey, getSource, getStringKey, getStringPrimaryKey, updatepublic final com.google.gwt.core.client.JavaScriptObject getValue()
public final com.google.gwt.core.client.JsArrayMixed getArrayValue()
public final com.google.gwt.core.client.JavaScriptObject getObjectValue()
public final int getIntValue()
public final String getStringValue()
public final Date getDateValue()
public final double getDoubleValue()
Copyright © 2015. All rights reserved.