Class Db_manager
database manager for XOOPS installer
Copyright:
(c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Haruki Setoyama haruki@planewave.org
Located at nstall/class/dbmanager.php
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Haruki Setoyama haruki@planewave.org
Located at nstall/class/dbmanager.php
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
boolean
|
|
public
boolean
|
|
public
array
|
|
public
boolean
|
public
array
|
$s_tables
|
#
array()
|
public
array
|
$f_tables
|
#
array()
|
public
|
$db
|
|
public
|
$successStrings
|
#
array(
'create' => TABLE_CREATED,
'insert' => ROWS_INSERTED,
'alter' => TABLE_ALTERED,
'drop' => TABLE_DROPPED)
|
public
|
$failureStrings
|
#
array(
'create' => TABLE_NOT_CREATED,
'insert' => ROWS_FAILED,
'alter' => TABLE_NOT_ALTERED,
'drop' => TABLE_NOT_DROPPED)
|