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

  /external/webkit/Source/WebCore/storage/
SQLResultSet.cpp 30 #include "SQLResultSet.h"
38 SQLResultSet::SQLResultSet()
46 int64_t SQLResultSet::insertId(ExceptionCode& e) const
57 int SQLResultSet::rowsAffected() const
62 SQLResultSetRowList* SQLResultSet::rows() const
67 void SQLResultSet::setInsertId(int64_t id)
75 void SQLResultSet::setRowsAffected(int count)
SQLResultSet.h 40 class SQLResultSet : public ThreadSafeRefCounted<SQLResultSet> {
42 static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }
54 SQLResultSet();

Completed in 26 milliseconds