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

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.h37 class SQLiteStatement { class in namespace:WebCore
38 WTF_MAKE_NONCOPYABLE(SQLiteStatement); WTF_MAKE_FAST_ALLOCATED;
40 SQLiteStatement(SQLiteDatabase&, const String&);
41 ~SQLiteStatement();
H A DSQLiteStatement.cpp27 #include "SQLiteStatement.h"
49 SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql) function in class:WebCore::SQLiteStatement
59 SQLiteStatement::~SQLiteStatement()
64 int SQLiteStatement::prepare()
96 int SQLiteStatement::step()
116 int SQLiteStatement::finalize()
129 int SQLiteStatement::reset()
138 bool SQLiteStatement
[all...]

Completed in 104 milliseconds