mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Minor comment fix in SQLite module.
This commit is contained in:
parent
c5d3235aec
commit
44a855e2b6
@ -8,7 +8,7 @@
|
|||||||
namespace SqMod {
|
namespace SqMod {
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* Tsed to manage and interact with statement columns.
|
* Used to manage and interact with statement columns.
|
||||||
*/
|
*/
|
||||||
class Column
|
class Column
|
||||||
{
|
{
|
||||||
@ -240,7 +240,7 @@ public:
|
|||||||
static SQInteger Typename(HSQUIRRELVM vm);
|
static SQInteger Typename(HSQUIRRELVM vm);
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* See whether this statement is valid.
|
* See whether the column is valid.
|
||||||
*/
|
*/
|
||||||
bool IsValid() const
|
bool IsValid() const
|
||||||
{
|
{
|
||||||
@ -248,7 +248,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* Return the number of active references to this statement handle.
|
* Return the number of active references to the associated statement handle.
|
||||||
*/
|
*/
|
||||||
Uint32 GetRefCount() const
|
Uint32 GetRefCount() const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user