Skip to content
Snippets Groups Projects
Commit aba54b6c authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Updated docs a bit.

Rev: doc/precompiled/sql_result:1.5
parent 495344f3
No related branches found
No related tags found
No related merge requests found
...@@ -20,14 +20,14 @@ NAME ...@@ -20,14 +20,14 @@ NAME
SYNTAX SYNTAX
#include <sql.h> #include <sql.h>
object(sql_result) Sql_result(object res); object(sql_result) sql_result(object res);
or or
object(sql_result) Sql_result(array(mapping(string:mixed)) res); object(sql_result) sql_result(array(mapping(string:mixed)) res);
or or
object(sql_result) sql->big_query(string q); object(sql_result) sql->big_query(string q);
DESCRIPTION DESCRIPTION
The first two functions generate a Sql_result object from an The first two functions generate a sql_result object from an
existing result. The second makes it from the result of the existing result. The second makes it from the result of the
SQL-query q. SQL-query q.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment