Manager
in package
Included for historical compatibility only. The DBMS API is out of support and should not be used in new code.
Table of Contents
Constants
- LOG_LINELENGTH : mixed = 120
Properties
- $client : mixed
- $databaseList : mixed
- $tableList : mixed
Methods
- _createLog() : mixed
- cron() : mixed
- getClient() : mixed
- getDatabase() : mixed
- getLogDirectory() : string
- getLogEnabled() : bool
- getTable() : mixed
- setLogDirectory() : mixed
- setLogEnabled() : mixed
Constants
LOG_LINELENGTH
public
mixed
LOG_LINELENGTH
= 120
Properties
$client
protected
static mixed
$client
$databaseList
protected
static mixed
$databaseList
= []
$tableList
protected
static mixed
$tableList
= []
Methods
_createLog()
public
static _createLog(mixed $sql) : mixed
Parameters
- $sql : mixed
cron()
public
static cron() : mixed
getClient()
public
static getClient() : mixed
getDatabase()
public
static getDatabase(mixed $dbName) : mixed
Parameters
- $dbName : mixed
getLogDirectory()
public
static getLogDirectory() : string
Return values
stringgetLogEnabled()
public
static getLogEnabled() : bool
Return values
boolgetTable()
public
static getTable(mixed $dbName, mixed $tableName) : mixed
Parameters
- $dbName : mixed
- $tableName : mixed
setLogDirectory()
public
static setLogDirectory(string $directory) : mixed
Parameters
- $directory : string
setLogEnabled()
public
static setLogEnabled(bool $value) : mixed
Parameters
- $value : bool