1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 07:07:13 +02:00

Implement the query execution functions on MySQL connection.

Minor adjustments in comments.
This commit is contained in:
Sandu Liviu Catalin
2016-06-03 22:17:52 +03:00
parent 2f16d63e2a
commit 525148ccd1
7 changed files with 133 additions and 16 deletions

View File

@ -8,7 +8,7 @@
namespace SqMod {
/* ------------------------------------------------------------------------------------------------
* Allows management of the connection handle.
* Allows management and interaction with a connection handle.
*/
class Connection
{