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

  /external/webkit/WebCore/storage/
SQLResultSet.cpp 30 #include "SQLResultSet.h"
41 SQLResultSet::SQLResultSet()
49 int64_t SQLResultSet::insertId(ExceptionCode& e) const
60 int SQLResultSet::rowsAffected() const
65 SQLResultSetRowList* SQLResultSet::rows() const
70 void SQLResultSet::setInsertId(int64_t id)
78 void SQLResultSet::setRowsAffected(int count)
SQLResultSet.h 41 class SQLResultSet : public ThreadSafeShared<SQLResultSet> {
43 static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }
55 SQLResultSet();

Completed in 156 milliseconds