HomeSort by relevance Sort by last modified time
    Searched refs:statement_type (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 463 int statement_type; local
598 statement_type = detect_statement_type(operation_cstr);
600 switch (statement_type) {
689 if (rc == SQLITE_ROW || (rc == SQLITE_DONE && statement_type == STATEMENT_SELECT)) {
729 switch (statement_type) {
741 if (!multiple && statement_type == STATEMENT_INSERT) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.c 451 int statement_type; local
585 statement_type = detect_statement_type(operation_cstr);
587 switch (statement_type) {
676 if (rc == SQLITE_ROW || (rc == SQLITE_DONE && statement_type == STATEMENT_SELECT)) {
715 switch (statement_type) {
727 if (!multiple && statement_type == STATEMENT_INSERT) {
    [all...]

Completed in 67 milliseconds