PHP 클래스 PMA\libraries\engines\Innodb

상속: extends PMA\libraries\StorageEngine
파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin

공개 메소드들

메소드 설명
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