gsdsdk / com.gsd.software.sdk.netconnector.sync.dfobject.cursorwrapper / CursorWrapper
class CursorWrapper :
SqlCursor
Created by Maksim Shumko on 2/19/2020.
Name | Summary |
---|---|
<init> | CursorWrapper(cursor: Cursor ) Created by Maksim Shumko on 2/19/2020. |
Name | Summary |
---|---|
count | val count: Int |
Name | Summary |
---|---|
close | fun close(): Unit |
getColumnIndex | fun getColumnIndex(columnName: String ): Int |
getDouble | fun getDouble(columnIndex: Int ): Double ? |
getInt | fun getInt(columnIndex: Int ): Int ? |
getString | fun getString(columnIndex: Int ): String ? |
moveToFirst | fun moveToFirst(): Boolean |
moveToNext | fun moveToNext(): Boolean |