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