Extracted from Pike v7.4 release 341 at 2005-11-30.
pike.ida.liu.se
[Top]
predef::
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.