InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Statement::reentry_s Struct Reference

continuation destination More...

#include <Asts.h>

Collaboration diagram for Statement::reentry_s:

Public Attributes

class ApiInterfacereentryObject
 
apifPtr reentryfptr
 
int64_t reentrypoint
 
void * reentrydata
 

Detailed Description

continuation destination

Definition at line 267 of file Asts.h.

Member Data Documentation

void* Statement::reentry_s::reentrydata

Definition at line 272 of file Asts.h.

Referenced by Statement::execute(), and Statement::reenter().

apifPtr Statement::reentry_s::reentryfptr

Definition at line 270 of file Asts.h.

Referenced by Statement::execute(), and Statement::reenter().

class ApiInterface* Statement::reentry_s::reentryObject
int64_t Statement::reentry_s::reentrypoint

Definition at line 271 of file Asts.h.

Referenced by Statement::execute(), and Statement::reenter().


The documentation for this struct was generated from the following file: