PHP Class CI_DB_postgre_utility, TastyIgniter

Author: EllisLab Dev Team
Inheritance: extends CI_DB_utility
Show file Open project: tastyigniter/tastyigniter

Protected Properties

Property Type Description
$_list_databases string List databases statement
$_optimize_table string OPTIMIZE TABLE statement

Protected Methods

Method Description
_backup ( array $params = [] ) : mixed Export

Method Details

_backup() protected method

Export
protected _backup ( array $params = [] ) : mixed
$params array Preferences
return mixed

Property Details

$_list_databases protected property

List databases statement
protected string $_list_databases
return string

$_optimize_table protected property

OPTIMIZE TABLE statement
protected string $_optimize_table
return string