Extracted from Pike v7.6 release 61 at 2005-12-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.