app_schemes =========== OS X application schemes and handlers (e.g., http, file, mailto). Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: app_schemes`` - Mac OSX Table schema ------------ ========= ======= =========================================================== Name Type Description ========= ======= =========================================================== scheme TEXT Name of the scheme/protocol handler TEXT Application label for the handler enabled INTEGER 1 if this handler is the OS default, else 0 external INTEGER 1 if this handler does NOT exist on OS X by default, else 0 protected INTEGER 1 if this handler is protected (reserved) by OS X, else 0 ========= ======= =========================================================== Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM app_schemes;