Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/classes/Dbal/DbalInterface.php')
-rw-r--r--libraries/classes/Dbal/DbalInterface.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/classes/Dbal/DbalInterface.php b/libraries/classes/Dbal/DbalInterface.php
index d5722162c5..999f973c3d 100644
--- a/libraries/classes/Dbal/DbalInterface.php
+++ b/libraries/classes/Dbal/DbalInterface.php
@@ -462,18 +462,6 @@ interface DbalInterface
): ?string;
/**
- * returns details about the PROCEDUREs or FUNCTIONs for a specific database
- * or details about a specific routine
- *
- * @param string $db db name
- * @param string|null $which PROCEDURE | FUNCTION or null for both
- * @param string $name name of the routine (to fetch a specific routine)
- *
- * @return array information about ROCEDUREs or FUNCTIONs
- */
- public function getRoutines(string $db, ?string $which = null, string $name = ''): array;
-
- /**
* returns details about the EVENTs for a specific database
*
* @param string $db db name