메소드 | 설명 | |
---|---|---|
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 |
public getInnodbFileFormat ( ) : string | ||
리턴 | string | the InnoDB file format |
public getInnodbPluginVersion ( ) : string | ||
리턴 | string | the version number, or empty if not running as a plugin |
public getMysqlHelpPage ( ) : string | ||
리턴 | string | mysql helppage filename |
public getPageBufferpool ( ) : string | ||
리턴 | string | html table with stats |
public getPageStatus ( ) : string | ||
리턴 | string | result of SHOW ENGINE INNODB STATUS inside pre tags |
public getVariables ( ) : array | ||
리턴 | array | variable names |
public getVariablesLikePattern ( ) : string | ||
리턴 | string | SQL query LIKE pattern |
public supportsFilePerTable ( ) : boolean | ||
리턴 | boolean | whether this feature is supported or not |