PlatformCapabilities

data class PlatformCapabilities(val useNativeCursorWindow: Boolean = false)(source)

Capabilities supplied by the selected SQLite backend.

Since

1.1.0

Constructors

Link copied to clipboard
constructor(useNativeCursorWindow: Boolean = false)

Properties

Link copied to clipboard

Whether query results should be materialised by a single native call into an off-heap cursor window, rather than by stepping the statement and copying each value onto the Java heap.