InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Statement Member List

This is the complete list of members for Statement, including all inherited members.

abortQuery(int64_t status)Statement
andPredicate(operatortypes_e op, int64_t tableid, string &leftoperand, string &rightoperand, vector< fieldValue_s > &inValues, const boost::unordered_map< uuRecord_s, returnRow_s > &andResults, boost::unordered_map< uuRecord_s, returnRow_s > &results)Statement
branchtotype()Statement
continueDelete(int64_t entrypoint, class Ast *ignorethis)Statement
continueInsert(int64_t entrypoint, class Ast *ignorethis)Statement
continueSelect(int64_t entrypoint, class Ast *ignorethis)Statement
continueUpdate(int64_t entrypoint, class Ast *ignorethis)Statement
cp(const Statement &orig)Statement
cpquery(const query_s &orig)Statement
currentQueryStatement
direction_e enum nameStatement
execute(class ApiInterface *reentryObject, apifPtr reentryfptr, int64_t reentrypoint, void *reentrydata, class Transaction *transactionPtrarg, const vector< string > &parametersarg)Statement
FROM_ABOVE enum valueStatement
FROM_LEFT enum valueStatement
FROM_RIGHT enum valueStatement
getfieldid(int64_t tableid, const string &fieldName)Statement
operator=(const Statement &orig)Statement
parametersStatement
queriesStatement
queryindexStatement
reenter(int64_t status)Statement
reentryStatement
resolveFieldNames(class Ast *myPosition)Statement
resolveTableFields()Statement
resolveTableFields2()Statement
schemaPtrStatement
searchExpression(int64_t entrypoint, class Ast *astNode)Statement
stagedPredicate(operatortypes_e op, int64_t tableid, string &leftoperand, string &rightoperand, vector< fieldValue_s > &inValues, const boost::unordered_map< uuRecord_s, stagedRow_s > &stagedRows, boost::unordered_map< uuRecord_s, returnRow_s > &results)Statement
startQuery()Statement
Statement()Statement
Statement(class TransactionAgent *taPtrarg, class Schema *schemaPtrarg)Statement
Statement(const Statement &orig)Statement
subqueryExists(class Ast *astnode)Statement
subqueryIn(class Ast *astnode)Statement
subqueryScalar(class Ast *astnode)Statement
subqueryUnique(class Ast *astnode)Statement
taPtrStatement
transactionPtrStatement
~Statement()Statementvirtual