Extracted from Pike v7.8 release 352 at 2010-07-30.
pike.ida.liu.se
[Top]
Sql
Sql.Sql

Method Sql.Sql()->compile_query()


Method compile_query

string|object compile_query(string q)

Description

Compiles the query (if possible). Otherwise returns it as is. The resulting object can be used multiple times in query() and big_query().

Parameter q

SQL-query to compile.