Pragma Method
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.