Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rowid
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Lib/test/test_sqlite3/
H
A
D
test_dbapi.py
1220
self.cx.execute("update test set b='aaaa' where
rowid
=1")
1253
self.cx.execute("update test set b='aaaa' where
rowid
=1")
1363
self.cx.execute("update test set b='aaaa' where
rowid
=1")
1467
rowid
= 2**32
1469
cx.execute("insert into t(
rowid
, t) values (?, zeroblob(1))", (
rowid
,))
1470
cx.blobopen('t', 't',
rowid
)
/third_party/sqlite/src/
H
A
D
sqlite3.c
2786
** integer key called the [ROWID | "
rowid
"]. ^The
rowid
is always available
2790
** is another alias for the
rowid
.
2792
** ^The sqlite3_last_insert_rowid(D) interface usually returns the [
rowid
] of
2793
** the most recent successful [INSERT] into a
rowid
table or [virtual table]
2795
** recorded. ^If no successful [INSERT]s into
rowid
tables have ever occurred
2803
** Some virtual table implementations may INSERT rows into
rowid
tables as
2805
** to disk). In this case subsequent calls to this function return the
rowid
2807
** unintuitive results. Virtual table implementations that do write to
rowid
2809
**
rowid
valu
55027
sqlite3RowSetInsert(RowSet *p, i64
rowid
)
global()
argument
87509
sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *
rowid
)
global()
argument
96802
i64
rowid
; /* Rowid that P1 current points to */
global()
local
98652
sqlite_int64
rowid
= 0;
global()
local
235873
i64
rowid
= pIter->iRowid;
global()
local
243538
i64
rowid
; /* This table's current
rowid
value */
global()
member
[all...]
Completed in 144 milliseconds