HomeSort by relevance Sort by last modified time
    Searched full:create_column_decls (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sql/
recovery.cc 345 std::vector<std::string> create_column_decls; local
356 // seen, which is at |rowid_ofs| in |create_column_decls|.
393 rowid_ofs = create_column_decls.size();
426 create_column_decls.push_back(column_decl);
443 if (create_column_decls.empty()) {
450 create_column_decls[rowid_ofs] = rowid_decl;
456 create_column_decls.push_back(
464 JoinString(create_column_decls, ',').c_str()));

Completed in 47 milliseconds