Package qm :: Module db
[hide private]
[frames] | no frames]

Module db
source code

Classes [hide private]
Connection A wrapper around a DB 2.0 connection.

Functions [hide private]
  quote_string(string)
Quotes a string for SQL.

Function Details [hide private]

quote_string(string)

source code 

Quotes a string for SQL.

'string' -- A string whose contents are to be used in an SQL literal string.

returns -- A SQL literal string whose contents match that of 'string'.