File manager - Edit - /usr/share/phpmyadmin/libraries/sql-parser/src/Statements/CallStatement.php
Back
<?php /** * `CALL` statement. */ namespace SqlParser\Statements; use SqlParser\Statement; use SqlParser\Components\FunctionCall; /** * `CALL` statement. * * CALL sp_name([parameter[,...]]) * * or * * CALL sp_name[()] * * @category Statements * * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+ */ class CallStatement extends Statement { /** * The name of the function and its parameters. * * @var FunctionCall */ public $call; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.23 |
proxy
|
phpinfo
|
Settings