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

SqlCursor

interface SqlCursor

Created by Maksim Shumko on 2/19/2020.

Properties

Name Summary
count abstract val count:Int

Functions

Name Summary
close abstract fun close():Unit
getColumnIndex abstract fun getColumnIndex(columnName:String):Int
getDouble abstract fun getDouble(columnIndex:Int):Double?
getInt abstract fun getInt(columnIndex:Int):Int?
getString abstract fun getString(columnIndex:Int):String?
moveToFirst abstract fun moveToFirst():Boolean
moveToNext abstract fun moveToNext():Boolean

Inheritors

Name Summary
CursorWrapper class CursorWrapper :SqlCursor
Created by Maksim Shumko on 2/19/2020.