Searched defs:SQLResultSet (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DSQLResultSet.h40 class SQLResultSet : public ThreadSafeRefCounted<SQLResultSet> { class in namespace:WebCore
42 static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }
54 SQLResultSet();
H A DSQLResultSet.cpp30 #include "SQLResultSet.h"
38 SQLResultSet::SQLResultSet() function in class:WebCore::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)

Completed in 79 milliseconds