PHP Класс PMA\libraries\engines\Innodb

Наследование: extends PMA\libraries\StorageEngine
Показать файл Открыть проект

Открытые методы

Метод Описание
getInfoPages ( ) : array Get information pages
getInnodbFileFormat ( ) : string Gets the InnoDB file format
getInnodbPluginVersion ( ) : string Gets the InnoDB plugin version number
getMysqlHelpPage ( ) : string returns string with filename for the MySQL helppage about this storage engine
getPageBufferpool ( ) : string returns html tables with stats over inno db buffer pool
getPageStatus ( ) : string returns InnoDB status
getVariables ( ) : array Returns array with variable names related to InnoDB storage engine
getVariablesLikePattern ( ) : string Returns the pattern to be used in the query for SQL variables related to InnoDb storage engine
supportsFilePerTable ( ) : boolean Verifies if this server supports the innodb_file_per_table feature

Описание методов

getInfoPages() публичный Метод

Get information pages
public getInfoPages ( ) : array
Результат array detail pages

getInnodbFileFormat() публичный Метод

(do not confuse this with phpMyAdmin's storage engine plugins!)
public getInnodbFileFormat ( ) : string
Результат string the InnoDB file format

getInnodbPluginVersion() публичный Метод

Gets the InnoDB plugin version number
public getInnodbPluginVersion ( ) : string
Результат string the version number, or empty if not running as a plugin

getMysqlHelpPage() публичный Метод

returns string with filename for the MySQL helppage about this storage engine
public getMysqlHelpPage ( ) : string
Результат string mysql helppage filename

getPageBufferpool() публичный Метод

returns html tables with stats over inno db buffer pool
public getPageBufferpool ( ) : string
Результат string html table with stats

getPageStatus() публичный Метод

returns InnoDB status
public getPageStatus ( ) : string
Результат string result of SHOW ENGINE INNODB STATUS inside pre tags

getVariables() публичный Метод

Returns array with variable names related to InnoDB storage engine
public getVariables ( ) : array
Результат array variable names

getVariablesLikePattern() публичный Метод

Returns the pattern to be used in the query for SQL variables related to InnoDb storage engine
public getVariablesLikePattern ( ) : string
Результат string SQL query LIKE pattern

supportsFilePerTable() публичный Метод

(do not confuse this with phpMyAdmin's storage engine plugins!)
public supportsFilePerTable ( ) : boolean
Результат boolean whether this feature is supported or not