1111use SetBased \Stratum \SqlitePdo \Helper \RoutineLoaderHelper ;
1212
1313/**
14- * Command for loading stored routines into a MySQL instance from pseudo SQL files.
14+ * Command for mimicking loading stored routines into a SQLite instance from pseudo SQL files.
1515 */
1616class SqlitePdoRoutineLoaderWorker extends SqlitePdoWorker implements RoutineLoaderWorker
1717{
1818 //--------------------------------------------------------------------------------------------------------------------
1919 /**
20- * An array with source filenames that are not loaded into MySQL .
20+ * An array with source filenames that are not loaded into SQLite .
2121 *
2222 * @var array
2323 */
@@ -211,7 +211,7 @@ private function getDuplicates(): array
211211
212212 //--------------------------------------------------------------------------------------------------------------------
213213 /**
214- * Loads all stored routines into MySQL .
214+ * Loads all stored routines into SQLite .
215215 */
216216 private function loadAll (): void
217217 {
@@ -223,7 +223,7 @@ private function loadAll(): void
223223
224224 //--------------------------------------------------------------------------------------------------------------------
225225 /**
226- * Loads all stored routines in a list into MySQL .
226+ * Loads all stored routines in a list into SQLite .
227227 *
228228 * @param string[] $sources The list of files to be loaded.
229229 */
@@ -270,7 +270,7 @@ private function loadStoredRoutines(): void
270270
271271 //--------------------------------------------------------------------------------------------------------------------
272272 /**
273- * Logs the source files that were not successfully loaded into MySQL .
273+ * Logs the source files that were not successfully loaded into SQLite .
274274 */
275275 private function logOverviewErrors (): void
276276 {
0 commit comments