Home
last modified time | relevance | path

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

/plugin/sqlite/_test/
DHelperTest.php80 $this->assertEquals($sqlarray1, $SqliteHelper->SQLstring2array($sqlstring1));
81 $this->assertEquals($sqlarray2, $SqliteHelper->SQLstring2array($sqlstring2));
103 $statements = $SqliteHelper->SQLstring2array($input);
/plugin/sqlite/
Dhelper.php395 public function SQLstring2array($sql) function in helper_plugin_sqlite
400 return Tools::SQLstring2array($sql);
DTools.php16 public static function SQLstring2array($sql) function in dokuwiki\\plugin\\sqlite\\Tools
Dadmin.php71 $sql = Tools::SQLstring2array(file_get_contents($importfile));
177 $sql = Tools::SQLstring2array($sql);
DSQLiteDB.php443 $sql = Tools::SQLstring2array(file_get_contents($data['file']));
/plugin/structpublish/action/
Dmigration.php132 $sqlArr = Tools::SQLstring2array($sql);