org.cruxframework.crux.core.client.db
Class WSQLKeyRange<K>
java.lang.Object
org.cruxframework.crux.core.client.db.WSQLKeyRange<K>
- Type Parameters:
K - The type of the key referenced by this KeyRange .
- All Implemented Interfaces:
- KeyRange<K>
public class WSQLKeyRange<K>
- extends Object
- implements KeyRange<K>
Specify a range of Keys. Used to openCursors on object stores or indexes.
- Author:
- Thiago da Rosa de Bustamante
|
Constructor Summary |
protected |
WSQLKeyRange(com.google.gwt.core.client.JsArrayMixed properties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSQLKeyRange
protected WSQLKeyRange(com.google.gwt.core.client.JsArrayMixed properties)
isLowerOpen
public boolean isLowerOpen()
- Specified by:
isLowerOpen in interface KeyRange<K>
isUpperOpen
public boolean isUpperOpen()
- Specified by:
isUpperOpen in interface KeyRange<K>
getNativeKeyRange
public static com.google.gwt.core.client.JavaScriptObject getNativeKeyRange(KeyRange<?> range)
Copyright © 2014. All rights reserved.