List of all printf(), sprintf(), etc. formats strings mentioned in the code..
| Value | Count | File:Line |
|---|---|---|
| '(%s)' | 1 |
|
| 'INSERT INTO %s (%s) VALUES %s' | 1 |
|
| 'INSERT INTO %s (%s) VALUES (%s)' | 1 |
|
| 'DELETE FROM %s' | 1 |
|
| 'UPDATE %s SET %s' | 1 |
|
| '`%s`' | 4 |
|
List of all printf(), sprintf(), etc. formats strings mentioned in the code..
| Value | Count | File:Line |
|---|---|---|
| '(%s)' | 1 |
|
| 'INSERT INTO %s (%s) VALUES %s' | 1 |
|
| 'INSERT INTO %s (%s) VALUES (%s)' | 1 |
|
| 'DELETE FROM %s' | 1 |
|
| 'UPDATE %s SET %s' | 1 |
|
| '`%s`' | 4 |
|