Home
last modified time | relevance | path

Searched refs:SQLstring2array (Results 1 – 6 of 6) sorted by relevance

/plugin/sqlite/_test/
H A DHelperTest.php80 $this->assertEquals($sqlarray1, $SqliteHelper->SQLstring2array($sqlstring1));
81 $this->assertEquals($sqlarray2, $SqliteHelper->SQLstring2array($sqlstring2));
89 -- This is test data for the SQLstring2array function
103 $statements = $SqliteHelper->SQLstring2array($input);
/plugin/sqlite/
H A Dhelper.php395 public function SQLstring2array($sql)
398 dbg_deprecated(Tools::class . '::SQLstring2array');
400 return Tools::SQLstring2array($sql);
392 public function SQLstring2array($sql) global() function in helper_plugin_sqlite
H A DTools.php16 public static function SQLstring2array($sql) function in dokuwiki\\plugin\\sqlite\\Tools
H A Dadmin.php71 $sql = Tools::SQLstring2array(file_get_contents($importfile));
177 $sql = Tools::SQLstring2array($sql);
H A DSQLiteDB.php443 $sql = Tools::SQLstring2array(file_get_contents($data['file']));
/plugin/structpublish/action/
H A Dmigration.php127 $sqlArr = Tools::SQLstring2array($sql);