File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ This class implements a generic MySQL database access wrapper.
2929 * [ Import and update CSV to Table] ( #import-and-update-csv-to-table )
3030 * [ Create table from CSV file] ( #create-table-from-csv-file )
3131* [ Do str_replace in given database, table or defined columns in table] ( #string-search-and-replace-in-all-or-defined-table-columns )
32+ * [ Search array & Replace string] ( #string-search-and-replace-in-all-or-defined-table-columns )
33+ * [ Search array & Replace array] ( #string-search-and-replace-in-all-or-defined-table-columns )
34+ * [ Search array of columns (Search array & Replace array) return count of updated fielsd] ( #string-search-and-replace-in-all-or-defined-table-columns )
35+ * [ String multiple columns] ( #string-search-and-replace-in-all-or-defined-table-columns )
36+ * [ All columns in table] ( #string-search-and-replace-in-all-or-defined-table-columns )
37+ * [ Whole database] ( #string-search-and-replace-in-all-or-defined-table-columns )
3238* [ Basic table operations] ( #basic-table-operation )
3339 * [ Copy table (with data included)] ( #basic-table-operation )
3440 * [ Copy table structure] ( #basic-table-operation )
You can’t perform that action at this time.
0 commit comments