Searched defs:iRow (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c6457 ** in row iRow, column zColumn, table zTable in database zDb;
6461 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
6486 ** <li> ^(Row iRow is not present in the table)^,
6487 ** <li> ^(The specified column of row iRow contains a value that is not
6539 sqlite3_int64 iRow,
59458 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
85394 blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr) argument
85458 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int wrFlag, sqlite3_blob **ppBlob ) argument
85819 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
194975 i64 iRow; /* Rowid for this leaf */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6457 ** in row iRow, column zColumn, table zTable in database zDb;
6461 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
6486 ** <li> ^(Row iRow is not present in the table)^,
6487 ** <li> ^(The specified column of row iRow contains a value that is not
6539 sqlite3_int64 iRow,
59458 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
85394 blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr) argument
85458 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int wrFlag, sqlite3_blob **ppBlob ) argument
85819 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
194987 i64 iRow; /* Rowid for this leaf */ local
[all...]

Completed in 699 milliseconds