Eneboo - Documentación para desarrolladores
|
#include "sqliteInt.h"
Funciones | |
void | sqliteInsert (Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError) |
void | sqliteGenerateConstraintChecks (Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int overrideError, int ignoreDest) |
void | sqliteCompleteInsertion (Parse *pParse, Table *pTab, int base, char *aIdxUsed, int recnoChng, int isUpdate, int newIdx) |
int | sqliteOpenTableAndIndices (Parse *pParse, Table *pTab, int base) |
void sqliteCompleteInsertion | ( | Parse * | pParse, |
Table * | pTab, | ||
int | base, | ||
char * | aIdxUsed, | ||
int | recnoChng, | ||
int | isUpdate, | ||
int | newIdx | ||
) |
void sqliteGenerateConstraintChecks | ( | Parse * | pParse, |
Table * | pTab, | ||
int | base, | ||
char * | aIdxUsed, | ||
int | recnoChng, | ||
int | isUpdate, | ||
int | overrideError, | ||
int | ignoreDest | ||
) |
void sqliteInsert | ( | Parse * | pParse, |
SrcList * | pTabList, | ||
ExprList * | pList, | ||
Select * | pSelect, | ||
IdList * | pColumn, | ||
int | onError | ||
) |