Method Sql.mysql()->big_typed_query()


Method big_typed_query

variant Result big_typed_query(string query, mapping(string|int:mixed)|void bindings, void|string charset)

Description

Makes a typed SQL query.

This function sends the SQL query query to the MySQL server and returns a result object in typed mode, which means that the types of the result fields depend on the corresponding SQL types. See the class docs for details.

In all other respects, it behaves like big_query.

See also

big_query(), streaming_typed_query()