Package org.robolectric.shadows
Class ShadowLegacyCursorWindow
java.lang.Object
org.robolectric.shadows.ShadowCursorWindow
org.robolectric.shadows.ShadowLegacyCursorWindow
@Implements(value=android.database.CursorWindow.class,
isInAndroidSdk=false)
public class ShadowLegacyCursorWindow
extends ShadowCursorWindow
Legacy shadow for
CursowWindow
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowCursorWindow
ShadowCursorWindow.Picker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
nativeAllocRow
(long windowPtr) protected static void
nativeClear
(long windowPtr) protected static long
nativeCreate
(String name, int cursorWindowSize) protected static void
nativeDispose
(long windowPtr) protected static byte[]
nativeGetBlob
(long windowPtr, int row, int column) protected static double
nativeGetDouble
(long windowPtr, int row, int column) protected static long
nativeGetLong
(long windowPtr, int row, int column) protected static String
nativeGetName
(long windowPtr) protected static int
nativeGetNumRows
(long windowPtr) protected static String
nativeGetString
(long windowPtr, int row, int column) protected static int
nativeGetType
(long windowPtr, int row, int column) protected static boolean
nativePutBlob
(long windowPtr, byte[] value, int row, int column) protected static boolean
nativePutDouble
(long windowPtr, double value, int row, int column) protected static boolean
nativePutLong
(long windowPtr, long value, int row, int column) protected static boolean
nativePutNull
(long windowPtr, int row, int column) protected static boolean
nativePutString
(long windowPtr, String value, int row, int column) protected static boolean
nativeSetNumColumns
(long windowPtr, int columnNum) protected static int
setData
(long windowPtr, com.almworks.sqlite4java.SQLiteStatement stmt) Methods inherited from class org.robolectric.shadows.ShadowCursorWindow
dispose
-
Constructor Details
-
ShadowLegacyCursorWindow
public ShadowLegacyCursorWindow()
-
-
Method Details
-
nativeCreate
-
nativeDispose
-
nativeGetBlob
-
nativeGetString
-
nativeGetLong
-
nativeGetDouble
-
nativeGetType
-
nativeClear
-
nativeGetNumRows
-
nativePutBlob
@Implementation protected static boolean nativePutBlob(long windowPtr, byte[] value, int row, int column) -
nativePutString
@Implementation protected static boolean nativePutString(long windowPtr, String value, int row, int column) -
nativePutLong
@Implementation protected static boolean nativePutLong(long windowPtr, long value, int row, int column) -
nativePutDouble
@Implementation protected static boolean nativePutDouble(long windowPtr, double value, int row, int column) -
nativePutNull
-
nativeAllocRow
-
nativeSetNumColumns
-
nativeGetName
-
setData
protected static int setData(long windowPtr, com.almworks.sqlite4java.SQLiteStatement stmt) throws com.almworks.sqlite4java.SQLiteException - Throws:
com.almworks.sqlite4java.SQLiteException
-