11
11
use SetBased \Stratum \SqlitePdo \Helper \RoutineLoaderHelper ;
12
12
13
13
/**
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.
15
15
*/
16
16
class SqlitePdoRoutineLoaderWorker extends SqlitePdoWorker implements RoutineLoaderWorker
17
17
{
18
18
//--------------------------------------------------------------------------------------------------------------------
19
19
/**
20
- * An array with source filenames that are not loaded into MySQL .
20
+ * An array with source filenames that are not loaded into SQLite .
21
21
*
22
22
* @var array
23
23
*/
@@ -211,7 +211,7 @@ private function getDuplicates(): array
211
211
212
212
//--------------------------------------------------------------------------------------------------------------------
213
213
/**
214
- * Loads all stored routines into MySQL .
214
+ * Loads all stored routines into SQLite .
215
215
*/
216
216
private function loadAll (): void
217
217
{
@@ -223,7 +223,7 @@ private function loadAll(): void
223
223
224
224
//--------------------------------------------------------------------------------------------------------------------
225
225
/**
226
- * Loads all stored routines in a list into MySQL .
226
+ * Loads all stored routines in a list into SQLite .
227
227
*
228
228
* @param string[] $sources The list of files to be loaded.
229
229
*/
@@ -270,7 +270,7 @@ private function loadStoredRoutines(): void
270
270
271
271
//--------------------------------------------------------------------------------------------------------------------
272
272
/**
273
- * Logs the source files that were not successfully loaded into MySQL .
273
+ * Logs the source files that were not successfully loaded into SQLite .
274
274
*/
275
275
private function logOverviewErrors (): void
276
276
{
0 commit comments