Home
last modified time | relevance | path

Searched +full:index +(+path:plugin +path:sqlite) -(+path:plugin +path:sqlite +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/sqlite/
H A Ddb.sql3 CREATE UNIQUE INDEX idx_opt ON opts(opt);
H A DSQLiteDB.php379 $indexes = $this->queryAll("SELECT name,sql FROM sqlite_master WHERE type='index'");
402 foreach ($indexes as $index) {
403 fwrite($fp, $index['sql'] . ";\n");
H A Dadmin.php264 'index' => [
265 'sql' => 'SELECT name,sql FROM sqlite_master WHERE type=\'index\' ORDER BY name',
/plugin/geonav/db/
H A Dtest.sqlite5 )�������X��=���� =index�t1_short�t1�4�CREATE INDEX t1_short ON t1(short)������� �������…
6 ��������*���� !(**index�(states autoindex 2)�states�6�
7 …ate int NOT NULL)������P��3���� %033index�(continents autoindex 1)�continents�15�����������3�…
/plugin/sqlite/_test/db/
H A Dupdate0001.sql2 CREATE INDEX idx_keyword ON testdata(keyword);