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 188 std::vector<std::string> column_names; local
189 column_names.push_back(
191 column_names.push_back(HistoryAndBookmarkRow::GetAndroidName(
193 column_names.push_back(HistoryAndBookmarkRow::GetAndroidName(
195 column_names.push_back(HistoryAndBookmarkRow::GetAndroidName(
200 SQLiteCursor* cursor = new SQLiteCursor(column_names, statement,
sqlite_cursor.h 75 const std::vector<std::string>& column_names,
128 // |column_names| is the column names of this cursor, the sequence of name
132 SQLiteCursor(const std::vector<std::string>& column_names,
sqlite_cursor.cc 52 const std::vector<std::string>& column_names,
56 SQLiteCursor* cursor = new SQLiteCursor(column_names, statement, service,
148 SQLiteCursor::SQLiteCursor(const std::vector<std::string>& column_names,
155 column_names_(column_names),
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 102 milliseconds