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.
string
database or table name
string
formatted field nameprepareSqlValue(string $value) : string
string
value of a variable to be used in an SQL string
string
escaped string