#include "reGlobalsExtern.h"
#include "genQuery.h"
#include "reHelpers1.h"
#include "rcMisc.h"
Go to the source code of this file.
Functions | |
int | _makeQuery (char *sel, char *cond, char **sql) |
int | msiExecStrCondQueryWithOptions (msParam_t *queryParam, msParam_t *zeroResultsIsOK, msParam_t *maxReturnedRowsParam, msParam_t *genQueryOutParam, ruleExecInfo_t *rei) |
int | msiExecStrCondQuery (msParam_t *queryParam, msParam_t *genQueryOutParam, ruleExecInfo_t *rei) |
int | msiExecGenQuery (msParam_t *genQueryInParam, msParam_t *genQueryOutParam, ruleExecInfo_t *rei) |
int | msiGetContInxFromGenQueryOut (msParam_t *genQueryOutParam, msParam_t *continueInx, ruleExecInfo_t *rei) |
int | msiMakeQuery (msParam_t *selectListParam, msParam_t *conditionsParam, msParam_t *queryOutParam, ruleExecInfo_t *rei) |
int | msiGetMoreRows (msParam_t *genQueryInp_msp, msParam_t *genQueryOut_msp, msParam_t *continueInx, ruleExecInfo_t *rei) |
int | msiMakeGenQuery (msParam_t *selectListStr, msParam_t *condStr, msParam_t *genQueryInpParam, ruleExecInfo_t *rei) |
int | msiPrintGenQueryInp (msParam_t *where, msParam_t *genQueryInpParam, ruleExecInfo_t *rei) |
int | msiAddSelectFieldToGenQuery (msParam_t *select, msParam_t *function, msParam_t *queryInput, ruleExecInfo_t *rei) |
int | msiAddConditionToGenQuery (msParam_t *attribute, msParam_t *operator, msParam_t *value, msParam_t *queryInput, ruleExecInfo_t *rei) |
int | msiPrintGenQueryOutToBuffer (msParam_t *queryOut, msParam_t *format, msParam_t *buffer, ruleExecInfo_t *rei) |
Definition in file nre.genQueryMS.c.