PragmaCursor

interface PragmaCursor

Represents a cursor for executing and retrieving results from a PRAGMA statement in SQLite.

PRAGMA statements are special commands used to modify the internal workings of the SQLite library or to query the library for internal data. This interface provides a standardized way to define and execute such statements within the KQLite framework.

Implementations of this interface should define a specific PRAGMA command and provide a way to execute it, returning the results in a KQLiteCursor.

See also

Properties

Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract fun get(): KQLiteCursor