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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 51 column_names = [str(table_info[1]) for table_info in res.fetchall()]
54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 51 column_names = [str(table_info[1]) for table_info in res.fetchall()]
54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor_unittest.cc 196 std::vector<std::string> column_names; local
197 column_names.push_back(
199 column_names.push_back(HistoryAndBookmarkRow::GetAndroidName(
201 column_names.push_back(HistoryAndBookmarkRow::GetAndroidName(
203 column_names.push_back(HistoryAndBookmarkRow::GetAndroidName(
211 SQLiteCursor* cursor = new SQLiteCursor(column_names, statement,
sqlite_cursor.h 76 const std::vector<std::string>& column_names,
129 // |column_names| is the column names of this cursor, the sequence of name
133 SQLiteCursor(const std::vector<std::string>& column_names,
sqlite_cursor.cc 53 const std::vector<std::string>& column_names,
57 SQLiteCursor* cursor = new SQLiteCursor(column_names, statement, service,
149 SQLiteCursor::SQLiteCursor(const std::vector<std::string>& column_names,
156 column_names_(column_names),
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 541 milliseconds