|
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 ActionDebugMariadb
This class handles debugging actions for MariaDB within the Bearsampp application. It processes command-line arguments to determine the type of debugging action to perform, retrieves the corresponding output from MariaDB, and displays it using the appropriate method.
Definition at line 17 of file class.action.debugMariadb.php.
|
protected |
Get the MariaDB binary instance
| object | $bearsamppBins | The bins object containing all service binaries |
Reimplemented from ActionDebugBase.
Definition at line 35 of file class.action.debugMariadb.php.
References $bearsamppBins.
|
protected |
Get the command-to-caption mapping for MariaDB
Reimplemented from ActionDebugBase.
Definition at line 45 of file class.action.debugMariadb.php.
References BinMariadb\CMD_SYNTAX_CHECK, BinMariadb\CMD_VARIABLES, BinMariadb\CMD_VERSION, Lang\DEBUG_MARIADB_SYNTAX_CHECK, Lang\DEBUG_MARIADB_VARIABLES, and Lang\DEBUG_MARIADB_VERSION.
|
protected |
Get the service name for language strings
Reimplemented from ActionDebugBase.
Definition at line 24 of file class.action.debugMariadb.php.