Extracted from Pike v7.8 release 866 at 2016-09-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 to the query functions.

Parameter q

SQL-query to compile.

See also

query , typed_query , big_query , big_typed_query , streaming_query , streaming_typed_query