|
Bearsampp 2026.3.26
API documentation
|
Protected Member Functions | |
| getBinInstance ($bearsamppBins) | |
| getCommandMapping () | |
| getServiceLangConstant () | |
| hasContentKey () | |
| Protected Member Functions inherited from ActionDebugBase | |
| isSyntaxCheckCommand ($command) | |
Additional Inherited Members | |
| Public Member Functions inherited from ActionDebugBase | |
| __construct ($args) | |
Class ActionDebugPostgresql
This class handles the debugging actions for PostgreSQL within the Bearsampp application. It retrieves and displays PostgreSQL command line output based on the provided arguments.
Definition at line 16 of file class.action.debugPostgresql.php.
|
protected |
Get the PostgreSQL binary instance
| object | $bearsamppBins | The bins object containing all service binaries |
Reimplemented from ActionDebugBase.
Definition at line 34 of file class.action.debugPostgresql.php.
References $bearsamppBins.
|
protected |
Get the command-to-caption mapping for PostgreSQL
Reimplemented from ActionDebugBase.
Definition at line 44 of file class.action.debugPostgresql.php.
References BinPostgresql\CMD_VERSION, and Lang\DEBUG_POSTGRESQL_VERSION.
|
protected |
Get the service name for language strings
Reimplemented from ActionDebugBase.
Definition at line 23 of file class.action.debugPostgresql.php.
|
protected |
PostgreSQL returns output as a direct string, not an array with 'content' key
Reimplemented from ActionDebugBase.
Definition at line 59 of file class.action.debugPostgresql.php.