Extracted from Pike v7.8 release 866 at 2016-11-06.
[Top]
Sql
Sql.sql_util
Classes
MySQLUnicodeWrapper
UnicodeWrapper
Methods
emulate_bindings()
fallback()
quote()
Sql.sql_util.fallback()
Standards
Method Sql.sql_util.quote()
Method
quote
string
quote
(
string
s
)
Description
Quote a string so that it can safely be put in a query.
Parameter
s
String to quote.