|
Bearsampp 2026.3.26
API documentation
|
Protected Member Functions | |
| getBinInstance ($bearsamppBins) | |
| getCommandMapping () | |
| getServiceLangConstant () | |
| Protected Member Functions inherited from ActionDebugBase | |
| hasContentKey () | |
| isSyntaxCheckCommand ($command) | |
Additional Inherited Members | |
| Public Member Functions inherited from ActionDebugBase | |
| __construct ($args) | |
Class ActionDebugMysql
This class handles the debugging actions for MySQL within the Bearsampp application. It executes specific MySQL commands and displays the output in a message box or editor.
Definition at line 16 of file class.action.debugMysql.php.
|
protected |
Get the MySQL binary instance
| object | $bearsamppBins | The bins object containing all service binaries |
Reimplemented from ActionDebugBase.
Definition at line 34 of file class.action.debugMysql.php.
References $bearsamppBins.
|
protected |
Get the command-to-caption mapping for MySQL
Reimplemented from ActionDebugBase.
Definition at line 44 of file class.action.debugMysql.php.
References BinMysql\CMD_SYNTAX_CHECK, BinMysql\CMD_VARIABLES, BinMysql\CMD_VERSION, Lang\DEBUG_MYSQL_SYNTAX_CHECK, Lang\DEBUG_MYSQL_VARIABLES, and Lang\DEBUG_MYSQL_VERSION.
|
protected |
Get the service name for language strings
Reimplemented from ActionDebugBase.
Definition at line 23 of file class.action.debugMysql.php.