theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3LiteC_Query_CS_API

Sq3LiteC - work with a queryMore...

+ Collaboration diagram for Sq3LiteC_Query_CS_API:

Functions

void cssq3lite.Sq3LiteC.Interrupt ()
  C#: sq3lite.Interrupt() C-API
Interrupt A Long-Running Query …
 
bool cssq3lite.Sq3LiteC.IsInterrupted ()
  C#: bool sq3lite.IsInterrupted() C-API
Interrupt A Long-Running Query …
 

Detailed Description

Sq3LiteC - work with a query

Function Documentation

◆ Interrupt()

void cssq3lite.Sq3LiteC.Interrupt ( )
inline

C#: sq3lite.Interrupt() C-API
Interrupt A Long-Running Query …

Definition at line 515 of file Sq3LiteC_cs.cs.

515 {
516 Sq3.Sq3LiteInterrupt(hdl);
517 }

◆ IsInterrupted()

bool cssq3lite.Sq3LiteC.IsInterrupted ( )
inline

C#: bool sq3lite.IsInterrupted() C-API
Interrupt A Long-Running Query …

Definition at line 520 of file Sq3LiteC_cs.cs.

520 {
521 bool __retVal__L = Sq3.Sq3LiteIsInterrupted(hdl);
522 return __retVal__L;
523 }