OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFKey
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
fkey.c
144
** Given that pParent is the parent table for foreign key constraint
pFKey
,
183
Table *pParent, /* Parent table of FK constraint
pFKey
*/
184
FKey *
pFKey
, /* Foreign key to find index for */
186
int **paiCol /* OUT: Map of index columns in
pFKey
*/
190
int nCol =
pFKey
->nCol; /* Number of columns in parent key */
191
char *zKey =
pFKey
->aCol[0].zCol; /* Name of left-most parent key column */
229
** column of
pFKey
, then this index is a winner. */
238
for(i=0; i<nCol; i++) aiCol[i] =
pFKey
->aCol[i].iFrom;
264
if( sqlite3StrICmp(
pFKey
->aCol[j].zCol, zIdxCol)==0 ){
265
if( aiCol ) aiCol[i] =
pFKey
->aCol[j].iFrom
[
all
...]
vdbeblob.c
225
FKey *
pFKey
;
226
for(
pFKey
=pTab->
pFKey
;
pFKey
;
pFKey
=
pFKey
->pNextFrom){
228
for(j=0; j<
pFKey
->nCol; j++){
229
if(
pFKey
->aCol[j].iFrom==iCol ){
build.c
[
all
...]
alter.c
675
if( (db->flags&SQLITE_ForeignKeys) && pNew->
pFKey
&& pDflt ){
pragma.c
[
all
...]
sqliteInt.h
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 825 milliseconds