database manager for XOOPS installer
- Copyright
- (c) 2000-2016 XOOPS Project (www.xoops.org) @license GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
- Author
- Haruki Setoyama haruk.nosp@m.i@pl.nosp@m.anewa.nosp@m.ve.o.nosp@m.rg
◆ __construct() [1/2]
◆ __construct() [2/2]
◆ createDB() [1/2]
◆ createDB() [2/2]
◆ dbExists() [1/2]
◆ dbExists() [2/2]
◆ deleteTables() [1/2]
◆ deleteTables() [2/2]
◆ fetchArray() [1/2]
◆ fetchArray() [2/2]
◆ insert() [1/2]
insert |
( |
|
$table, |
|
|
|
$query |
|
) |
| |
◆ insert() [2/2]
insert |
( |
|
$table, |
|
|
|
$query |
|
) |
| |
◆ isConnectable() [1/2]
◆ isConnectable() [2/2]
◆ isError() [1/2]
◆ isError() [2/2]
◆ prefix() [1/2]
◆ prefix() [2/2]
◆ query() [1/2]
◆ query() [2/2]
◆ queryFromFile() [1/2]
queryFromFile |
( |
|
$sql_file_path | ) |
|
◆ queryFromFile() [2/2]
queryFromFile |
( |
|
$sql_file_path | ) |
|
◆ report() [1/2]
◆ report() [2/2]
◆ tableExists() [1/2]
◆ tableExists() [2/2]
◆ $db
◆ $f_tables
◆ $failureStrings
Initial value:= array(
const TABLE_NOT_CREATED
Definition: install.php:120
const TABLE_NOT_DROPPED
Definition: install.php:127
const ROWS_FAILED
Definition: install.php:123
const TABLE_NOT_ALTERED
Definition: install.php:125
◆ $s_tables
◆ $successStrings
Initial value:= array(
const TABLE_ALTERED
Definition: install.php:124
const TABLE_CREATED
Definition: install.php:121
const ROWS_INSERTED
Definition: install.php:122
const TABLE_DROPPED
Definition: install.php:126
The documentation for this class was generated from the following files: