gsdsdk / com.gsd.software.sdk.netconnector.sync.dfobject.cursorwrapper / CursorWrapper

CursorWrapper

class CursorWrapper :SqlCursor

Created by Maksim Shumko on 2/19/2020.

Constructors

Name Summary
<init> CursorWrapper(cursor:Cursor)
Created by Maksim Shumko on 2/19/2020.

Properties

Name Summary
count val count:Int

Functions

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