theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Sq3StmtC_Info_RB_API

Sq3StmtC - get type-informationMore...

+ Collaboration diagram for Sq3StmtC_Info_RB_API:

Functions

static OT_ProcRet rbsq3lite_Sq3StmtC_DbHandle (Sq3StmtC_ARGS)
  Ruby: Sq3LiteC sq3stmt.DbHandle() C-API
Find The Database Handle Of A Prepared Statement …
 
static OT_ProcRet rbsq3lite_Sq3StmtC_Busy (Sq3StmtC_ARGS)
  Ruby: sq3stmt.Busy() C-API
Determine If A Prepared Statement Has Been Reset …
 
static OT_ProcRet rbsq3lite_Sq3StmtC_DataCount (Sq3StmtC_ARGS)
  Ruby: pStmt.DataCount() C-API
Number of columns in a result set …
 
static OT_ProcRet rbsq3lite_Sq3StmtC_IsExplain (Sq3StmtC_ARGS)
  Ruby: pStmt.IsExplain() C-API
Query The EXPLAIN Setting For A Prepared Statement …
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet rbsq3lite_Sq3StmtC_Log (Sq3StmtC_ARGS)
 
static OT_ProcRet rbsq3lite_Sq3StmtC_Readonly (Sq3StmtC_ARGS)
  Ruby: pStmt.Readonly() C-API
Determine If An SQL Statement Writes The Database …
 
static OT_ProcRet rbsq3lite_Sq3StmtC_Status (Sq3StmtC_ARGS)
  Ruby: sq3stmt.Status(op:Sq3StmtStatusE, resetFlg:bool) C-API
Prepared Statement Status …
 

Detailed Description

Sq3StmtC - get type-information

Function Documentation

◆ rbsq3lite_Sq3StmtC_Busy()

static OT_ProcRet rbsq3lite_Sq3StmtC_Busy ( Sq3StmtC_ARGS )
static

Ruby: sq3stmt.Busy() C-API
Determine If A Prepared Statement Has Been Reset …

Definition at line 598 of file Sq3StmtC_rb.c.

598 {
602 MkErrorC_Check(hdl,Sq3StmtBusy (hdl));
604 end: MK_UNUSED /* LONG JUMP on error */
606}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define OT_SETUP_hdl
Definition Sq3StmtC_rb.c:90
#define Busy_doc
#define MK_UNUSED
static enum MkErrorE Sq3StmtBusy(SQ3_STMT sq3stmt)
Determine If A Prepared Statement Has Been Reset …

◆ rbsq3lite_Sq3StmtC_DataCount()

static OT_ProcRet rbsq3lite_Sq3StmtC_DataCount ( Sq3StmtC_ARGS )
static

Ruby: pStmt.DataCount() C-API
Number of columns in a result set …

Definition at line 609 of file Sq3StmtC_rb.c.

609 {
615 end: MK_UNUSED /* LONG JUMP on error */
617}
#define DataCount_doc
static enum MkErrorE Sq3StmtDataCount(SQ3_STMT pStmt)
Number of columns in a result set …

◆ rbsq3lite_Sq3StmtC_DbHandle()

static OT_ProcRet rbsq3lite_Sq3StmtC_DbHandle ( Sq3StmtC_ARGS )
static

Ruby: Sq3LiteC sq3stmt.DbHandle() C-API
Find The Database Handle Of A Prepared Statement …

Definition at line 585 of file Sq3StmtC_rb.c.

585 {
589 SQ3_LITE retVal = Sq3StmtDbHandle (hdl);
590 OT_retObj_SET_LITE(retVal);
591 end: MK_UNUSED /* LONG JUMP on error */
593}
#define OT_retObj_SET_LITE(nat)
#define DbHandle_doc
static SQ3_LITE Sq3StmtDbHandle(SQ3_STMT sq3stmt)
Find The Database Handle Of A Prepared Statement …
Struct to represent the data of the Sq3LiteC …

◆ rbsq3lite_Sq3StmtC_IsExplain()

static OT_ProcRet rbsq3lite_Sq3StmtC_IsExplain ( Sq3StmtC_ARGS )
static

Ruby: pStmt.IsExplain() C-API
Query The EXPLAIN Setting For A Prepared Statement …

Definition at line 620 of file Sq3StmtC_rb.c.

620 {
626 end: MK_UNUSED /* LONG JUMP on error */
628}
#define IsExplain_doc
static enum MkErrorE Sq3StmtIsExplain(SQ3_STMT pStmt)
Query The EXPLAIN Setting For A Prepared Statement …

◆ rbsq3lite_Sq3StmtC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet rbsq3lite_Sq3StmtC_Log ( Sq3StmtC_ARGS )
static

Definition at line 632 of file Sq3StmtC_rb.c.

#define OT_ERROR_LNG_RETURN

◆ rbsq3lite_Sq3StmtC_Readonly()

static OT_ProcRet rbsq3lite_Sq3StmtC_Readonly ( Sq3StmtC_ARGS )
static

Ruby: pStmt.Readonly() C-API
Determine If An SQL Statement Writes The Database …

Definition at line 635 of file Sq3StmtC_rb.c.

635 {
641 end: MK_UNUSED /* LONG JUMP on error */
643}
#define Readonly_doc
static enum MkErrorE Sq3StmtReadonly(SQ3_STMT pStmt)
Determine If An SQL Statement Writes The Database …

◆ rbsq3lite_Sq3StmtC_Status()

static OT_ProcRet rbsq3lite_Sq3StmtC_Status ( Sq3StmtC_ARGS )
static

Ruby: sq3stmt.Status(op:Sq3StmtStatusE, resetFlg:bool) C-API
Prepared Statement Status …

Definition at line 646 of file Sq3StmtC_rb.c.

646 {
649 enum Sq3StmtStatusE op = 0;
651 MK_BOOL resetFlg = 0;
654 MkErrorC_Check(hdl,Sq3StmtStatus (hdl, op, resetFlg));
656 end: MK_UNUSED /* LONG JUMP on error */
658}
#define OT_CHECK_bool(val)
#define OT_SETUP_VARARGS(min, max, d)
#define OT_CHECK_REQUIRED(val)
#define Status_doc
bool MK_BOOL
Sq3StmtStatusE
Status Parameters for prepared statements.
static enum MkErrorE Sq3StmtStatus(SQ3_STMT sq3stmt, enum Sq3StmtStatusE op, MK_BOOL resetFlg)
Prepared Statement Status …
#define OT_CHECK_ENUM(ename, val)