Home
last modified time | relevance | path

Searched +full:exception +full:no +full:sqlite +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/helper/
H A Ddb.php12 use dokuwiki\plugin\sqlite\SQLiteDB;
18 protected $sqlite;
23 * @throws Exception
27 $this->sqlite = new SQLiteDB('struct', DOKU_PLUGIN . 'struct/db/');
30 $this->sqlite->getPdo()->sqliteCreateFunction('STRUCT_JSON', [$this, 'STRUCT_JSON'], -1);
33 $this->sqlite->getPdo()->sqliteCreateFunction('STRUCT_LOOKUP', [$this, 'STRUCT_LOOKUP'], -1);
36 $this->sqlite->getPdo()->sqliteCreateFunction('IS_PUBLISHER', [$this, 'IS_PUBLISHER'], -1);
40 * @param bool $throw throw an Exception when sqlite not available or fails to load
42 * @throws Exception
16 protected $sqlite; global() variable in helper_plugin_struct_db
[all...]
/plugin/struct/types/
H A DAbstractBaseType.php130 * The class name of this type (no namespace)
182 * Returns empty string if no hint is configured
422 * types may need to do proper SQLite type casting to have the right order.
440 * This implementation is designed to work both as registered function in sqlite
506 * This function needs to throw a validation exception when validation fails.
507 * The exception message will be prefixed by the appropriate field on output