Skip to content

Commit 85ed95a

Browse files
author
Radovan Janjic
committed
Update README.md
1 parent 1df0d2e commit 85ed95a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)