Bearsampp
2026.3.26
API documentation
Loading...
Searching...
No Matches
class.action.debugMysql.php
Go to the documentation of this file.
1
<?php
2
/*
3
* Copyright (c) 2021-2024 Bearsampp
4
* License: GNU General Public License version 3 or later; see LICENSE.txt
5
* Author: Bear
6
* Website: https://bearsampp.com
7
* Github: https://github.com/Bearsampp
8
*/
9
16
class
ActionDebugMysql
extends
ActionDebugBase
17
{
23
protected
function
getServiceLangConstant
()
24
{
25
return
'MYSQL'
;
26
}
27
34
protected
function
getBinInstance
(
$bearsamppBins
)
35
{
36
return
$bearsamppBins
->getMysql();
37
}
38
44
protected
function
getCommandMapping
()
45
{
46
return
[
47
BinMysql::CMD_VERSION
=> [
48
'lang'
=>
Lang::DEBUG_MYSQL_VERSION
,
49
'editor'
=> false
50
],
51
BinMysql::CMD_VARIABLES
=> [
52
'lang'
=>
Lang::DEBUG_MYSQL_VARIABLES
,
53
'editor'
=> true
54
],
55
BinMysql::CMD_SYNTAX_CHECK
=> [
56
'lang'
=>
Lang::DEBUG_MYSQL_SYNTAX_CHECK
,
57
'editor'
=>
false
,
58
'syntaxCheck'
=> true
59
]
60
];
61
}
62
}
$bearsamppBins
global $bearsamppBins
Definition
ajax.apache.php:16
ActionDebugBase
Definition
class.action.debugBase.php:20
ActionDebugMysql
Definition
class.action.debugMysql.php:17
ActionDebugMysql\getServiceLangConstant
getServiceLangConstant()
Definition
class.action.debugMysql.php:23
ActionDebugMysql\getCommandMapping
getCommandMapping()
Definition
class.action.debugMysql.php:44
ActionDebugMysql\getBinInstance
getBinInstance($bearsamppBins)
Definition
class.action.debugMysql.php:34
BinMysql\CMD_SYNTAX_CHECK
const CMD_SYNTAX_CHECK
Definition
class.bin.mysql.php:33
BinMysql\CMD_VERSION
const CMD_VERSION
Definition
class.bin.mysql.php:31
BinMysql\CMD_VARIABLES
const CMD_VARIABLES
Definition
class.bin.mysql.php:32
Lang\DEBUG_MYSQL_SYNTAX_CHECK
const DEBUG_MYSQL_SYNTAX_CHECK
Definition
class.lang.php:323
Lang\DEBUG_MYSQL_VERSION
const DEBUG_MYSQL_VERSION
Definition
class.lang.php:321
Lang\DEBUG_MYSQL_VARIABLES
const DEBUG_MYSQL_VARIABLES
Definition
class.lang.php:322
Bearsampp-development
sandbox
core
classes
actions
class.action.debugMysql.php
Generated by
1.16.1