Home
last modified time | relevance | path

Searched refs:bindParameterCount (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/sql/
DSQLiteStatement.cpp142 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindBlob()
156 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindText()
175 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindInt64()
184 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindDouble()
193 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindNull()
213 unsigned SQLiteStatement::bindParameterCount() const in bindParameterCount() function in WebCore::SQLiteStatement
DSQLiteStatement.h49 unsigned bindParameterCount() const;
/external/webkit/WebCore/storage/
DSQLStatement.cpp83 if (statement.bindParameterCount() != m_arguments.size()) { in execute()
/external/webkit/WebCore/
DChangeLog-2008-08-1055368 (WebCore::SQLiteStatement::bindParameterCount): Added assertion and code to handle the
80961 … (WebCore::SQLStatement::bindParameterCount): Accessor to the sqlite3 API for validating statements