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

Updated the docs.

Rev: src/modules/Mysql/doc/mysql:1.3
parent 263f9af2
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ NAME
SYNTAX
#include <mysql.h>
int|object(Mysql_result) mysql->query(string q);
int|object(Mysql.mysql_result) mysql->query(string q);
DESCRIPTION
This function sends an SQL query to the Mysql-server. The result
......@@ -196,7 +196,7 @@ EXAMPLE
int main()
{
write(Mysql()->statistics());
write(mysql()->statistics());
return(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment