Query preparation interface
This defines the public methods for preparing a query and the different parts of the query.
| category | Database |
|---|---|
| package | Formaid |
| author | Dieter Adriaenssens |
| copyright | 2006-2013 Dieter Adriaenssens |
| license | GPL |
| link | http://formaid.sourceforge.net/ |
prepareSqlField(string $field) : string
name of database or table), for use in an SQL query.
stringdatabase or table name
stringformatted field nameprepareSqlValue(string $value) : string
stringvalue of a variable to be used in an SQL string
stringescaped string