Eneboo - Documentación para desarrolladores
|
#include <portal.h>
Atributos públicos | |
const char * | name |
MemoryContext | heap |
ResourceOwner | resowner |
void(* | cleanup )(Portal portal) |
SubTransactionId | createSubid |
const char * | sourceText |
const char * | commandTag |
List * | parseTrees |
List * | planTrees |
MemoryContext | queryContext |
ParamListInfo | portalParams |
PortalStrategy | strategy |
int | cursorOptions |
PortalStatus | status |
bool | portalUtilReady |
QueryDesc * | queryDesc |
TupleDesc | tupDesc |
int16 * | formats |
Tuplestorestate * | holdStore |
MemoryContext | holdContext |
bool | atStart |
bool | atEnd |
bool | posOverflow |
long | portalPos |
void(* PortalData::cleanup)(Portal portal) |
const char* PortalData::commandTag |
const char* PortalData::name |
QueryDesc* PortalData::queryDesc |
const char* PortalData::sourceText |
TupleDesc PortalData::tupDesc |