Pragma Command
Represents a SQLite PRAGMA command.
This interface defines the contract for interacting with a specific PRAGMA setting in a SQLite database. Each implementation corresponds to a particular PRAGMA, such as journal_mode or foreign_keys.