Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Sql
Sql.tds
Sql.tds()->big_query

Method Sql.tds()->big_query()->create()


Method create

void Sql.tds.big_query(string|compile_query query)

Description

Execute a query against the database.

Parameter query

The query to execute. This can either be a string, or a compiled query.

See also

compile_query()