PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db
/
SqlCursor
Sql
Cursor
interface
SqlCursor
Members
Members & Extensions
Properties
column
Count
Link copied to clipboard
abstract
val
columnCount
:
Int
column
Names
Link copied to clipboard
abstract
val
columnNames
:
Map
<
String
,
Int
>
Functions
column
Name
Link copied to clipboard
abstract
fun
columnName
(
index
:
Int
)
:
String
?
get
Boolean
Link copied to clipboard
abstract
fun
getBoolean
(
index
:
Int
)
:
Boolean
?
get
Boolean
Link copied to clipboard
fun
SqlCursor
.
getBoolean
(
name
:
String
)
:
Boolean
get
Boolean
Optional
Link copied to clipboard
fun
SqlCursor
.
getBooleanOptional
(
name
:
String
)
:
Boolean
?
get
Bytes
Link copied to clipboard
abstract
fun
getBytes
(
index
:
Int
)
:
ByteArray
?
get
Bytes
Link copied to clipboard
fun
SqlCursor
.
getBytes
(
name
:
String
)
:
ByteArray
get
Bytes
Optional
Link copied to clipboard
fun
SqlCursor
.
getBytesOptional
(
name
:
String
)
:
ByteArray
?
get
Double
Link copied to clipboard
abstract
fun
getDouble
(
index
:
Int
)
:
Double
?
get
Double
Link copied to clipboard
fun
SqlCursor
.
getDouble
(
name
:
String
)
:
Double
get
Double
Optional
Link copied to clipboard
fun
SqlCursor
.
getDoubleOptional
(
name
:
String
)
:
Double
?
get
Long
Link copied to clipboard
abstract
fun
getLong
(
index
:
Int
)
:
Long
?
get
Long
Link copied to clipboard
fun
SqlCursor
.
getLong
(
name
:
String
)
:
Long
get
Long
Optional
Link copied to clipboard
fun
SqlCursor
.
getLongOptional
(
name
:
String
)
:
Long
?
get
String
Link copied to clipboard
abstract
fun
getString
(
index
:
Int
)
:
String
?
get
String
Link copied to clipboard
fun
SqlCursor
.
getString
(
name
:
String
)
:
String
get
String
Optional
Link copied to clipboard
fun
SqlCursor
.
getStringOptional
(
name
:
String
)
:
String
?