Sq3LiteC - work with a row … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_Changes (Sq3LiteC_ARGS) |
Ruby: → C-API Count The Number Of Rows Modified … | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_Changes64 (Sq3LiteC_ARGS) |
Ruby: → C-API Count The Number Of Rows Modified … | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_SetLastInsertRowid (Sq3LiteC_ARGS) |
Ruby: → C-API Set the Last Insert Rowid value … | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_TotalChanges (Sq3LiteC_ARGS) |
Ruby: → C-API Total Number Of Rows Modified … | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_TotalChanges64 (Sq3LiteC_ARGS) |
Ruby: → C-API Total Number Of Rows Modified … | |
Sq3LiteC - work with a row …
|
static |
Ruby:
→ C-API int32 sq3lite.Changes()
Count The Number Of Rows Modified …
Definition at line 801 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API int64 sq3lite.Changes64()
Count The Number Of Rows Modified …
Definition at line 811 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API sq3lite.SetLastInsertRowid(arg1:int64)
Set the Last Insert Rowid value …
Definition at line 821 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API int32 sq3lite.TotalChanges()
Total Number Of Rows Modified …
Definition at line 834 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API int64 sq3lite.TotalChanges64()
Total Number Of Rows Modified …
Definition at line 844 of file Sq3LiteC_rb.c.