OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_ROW
(Results
1 - 16
of
16
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
44
public static final int
SQLITE_ROW
= 100; /* sqlite3_step() has another row ready */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c
301
* - sqlite3_step() has been called before and it returned
SQLITE_ROW
.
651
if (rc == SQLITE_DONE || rc ==
SQLITE_ROW
) {
689
if (rc ==
SQLITE_ROW
|| (rc == SQLITE_DONE && statement_type == STATEMENT_SELECT)) {
717
if (rc ==
SQLITE_ROW
) {
844
rc =
SQLITE_ROW
;
845
while (rc ==
SQLITE_ROW
) {
920
if (rc != SQLITE_DONE && rc !=
SQLITE_ROW
) {
927
if (rc ==
SQLITE_ROW
) {
[
all
...]
/external/python/cpython2/Modules/_sqlite/
cursor.c
290
* - sqlite3_step() has been called before and it returned
SQLITE_ROW
.
638
if (rc == SQLITE_DONE || rc ==
SQLITE_ROW
) {
676
if (rc ==
SQLITE_ROW
|| (rc == SQLITE_DONE && statement_type == STATEMENT_SELECT)) {
703
if (rc ==
SQLITE_ROW
) {
834
rc =
SQLITE_ROW
;
835
while (rc ==
SQLITE_ROW
) {
909
if (rc != SQLITE_DONE && rc !=
SQLITE_ROW
) {
916
if (rc ==
SQLITE_ROW
) {
[
all
...]
/frameworks/base/core/jni/
android_database_SQLiteConnection.cpp
453
if (err ==
SQLITE_ROW
) {
491
if (err !=
SQLITE_ROW
) {
503
if (err ==
SQLITE_ROW
&& sqlite3_column_count(statement) >= 1) {
515
if (err ==
SQLITE_ROW
&& sqlite3_column_count(statement) >= 1) {
565
if (err ==
SQLITE_ROW
&& sqlite3_column_count(statement) >= 1) {
708
if (err ==
SQLITE_ROW
) {
[
all
...]
/external/sqlite/dist/orig/
shell.c
[
all
...]
sqlite3.h
448
#define
SQLITE_ROW
100 /* sqlite3_step() has another row ready */
[
all
...]
sqlite3.c
725
#define
SQLITE_ROW
100 /* sqlite3_step() has another row ready */
[
all
...]
/external/sqlite/dist/
shell.c
[
all
...]
sqlite3.h
448
#define
SQLITE_ROW
100 /* sqlite3_step() has another row ready */
[
all
...]
sqlite3.c
725
#define
SQLITE_ROW
100 /* sqlite3_step() has another row ready */
[
all
...]
/external/javasqlite/src/main/native/
sqlite_jni.c
[
all
...]
/prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar
/external/robolectric/v3/libs/
sqlite4java-0.282.jar
/prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar
/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar
/external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 1176 milliseconds