pragmaList

Queries a list of all pragma statements supported by the current version of SQLite.

This read-only pragma returns a cursor with a single column, name, where each row contains the name of a valid pragma. This is useful for dynamically discovering the capabilities of the underlying SQLite engine.

Author

MOHAMMAD AZIM ANSARI

See also