Method __builtin.Sql.Connection()->compile_query()
- Method
compile_query
string|objectcompile_query(stringq)- 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.
- Note
The default implementation just returns
qunmodified.- See also
query, typed_query, big_query, big_typed_query, streaming_query, streaming_typed_query