Searched refs:schemadir (Results 1 – 1 of 1) sorted by relevance
25 protected $schemadir; variable in dokuwiki\\plugin\\sqlite\\SQLiteDB38 * @param string $schemadir directory with schema migration files42 public function __construct($dbname, $schemadir, $sqlitehelper = null) argument59 $this->schemadir = $schemadir;81 if ($schemadir !== '') {119 $this->__construct($this->dbname, $this->schemadir, $this->helper);509 if (!file_exists($this->schemadir . '/latest.version')) {512 return (int)trim(file_get_contents($this->schemadir . '/latest.version'));523 return sprintf($this->schemadir . '/update%04d.sql', $version);