Searched refs:create_column_decls (Results 1 – 1 of 1) sorted by relevance
345 std::vector<std::string> create_column_decls; in AutoRecoverTable() local393 rowid_ofs = create_column_decls.size(); in AutoRecoverTable()426 create_column_decls.push_back(column_decl); in AutoRecoverTable()443 if (create_column_decls.empty()) { in AutoRecoverTable()450 create_column_decls[rowid_ofs] = rowid_decl; in AutoRecoverTable()456 create_column_decls.push_back( in AutoRecoverTable()464 JoinString(create_column_decls, ',').c_str())); in AutoRecoverTable()