From af48d710c88fd01f935355a8b47046d99318d5ff Mon Sep 17 00:00:00 2001 From: wodim Date: Tue, 7 May 2013 22:19:53 +0000 Subject: fix sql object documentation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6329 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_sql.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects/KvsObject_sql.cpp') diff --git a/src/modules/objects/KvsObject_sql.cpp b/src/modules/objects/KvsObject_sql.cpp index 6f2b0725c..d8e6dc851 100644 --- a/src/modules/objects/KvsObject_sql.cpp +++ b/src/modules/objects/KvsObject_sql.cpp @@ -56,7 +56,7 @@ @description: This class permits KVIrc to have an interface with a SQL database supported by Qt library drivers. @functions: - !fn: $setConnection(,,[,,,]) + !fn: $setConnection(,,[,,,]) Connects to the DBMS using the connection and selecting the database .[br] If the optional parameter is passed, it will be used the corresponding driver (if present), otherwise Sqlite will be used. Returns true if the operation is successful, false otherwise. @@ -88,7 +88,7 @@ Prepare the query to execute. The string must follow the right syntax against the database in use. It's possible to use the placeholders. It's supported either the identifier ':' and '?' but it's not possible to use them together. Returns true if the operation is successful, false otherwise. - See also [classfnc]$queryExec[/classfnc]and[classfnc]$queryBindValue[/classfnc. + See also [classfnc]$queryExec[/classfnc]and[classfnc]$queryBindValue[/classfnc]. !fn: $queryBindValue() Sets the placeholder to be bound to the value in the prepared statement. Note that the placeholder mark (e.g :) must be included when specifing the placeholder name. -- cgit v1.3.1-10-gc9f91