Extracted from Pike v7.8 release 352 at 2012-09-09.
pike.ida.liu.se
[Top]
Sql
Sql.Sql

Class Sql.Sql

Description

Implements those functions that need not be present in all SQL-modules.


Variable master_sql

object Sql.Sql.master_sql

Description

Object to use for the actual SQL-queries.


Variable case_convert

int(0..1) Sql.Sql.case_convert

Description

Convert all field names in mappings to lower_case. Only relevant to databases which only implement big_query(), and use upper/mixed-case fieldnames (eg Oracle).

0

No (default)

1

Yes



Variable zero

protected ZeroWrapper Sql.Sql.zero

Description

Instance of Zerowrapper used by handle_extraargs() .