PragmaMethod

interface PragmaMethod

Represents a SQLite PRAGMA statement method.

This interface defines the contract for executing a PRAGMA statement, which is a special command used to modify the operation of the SQLite library or to query the library for internal data.

Implementations of this interface will correspond to specific PRAGMA commands.

Properties

Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract fun get(): KQLiteCursor