Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/sql/
DSQLiteStatement.cpp169 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindBlob()
197 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindText()
215 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindInt()
224 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindInt64()
233 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindDouble()
242 ASSERT(static_cast<unsigned>(index) <= bindParameterCount()); in bindNull()
262 unsigned SQLiteStatement::bindParameterCount() const in bindParameterCount() function in WebCore::SQLiteStatement
DSQLiteStatement.h52 unsigned bindParameterCount() const;
/external/webkit/Source/WebCore/storage/
DSQLStatementSync.cpp67 if (statement.bindParameterCount() != m_arguments.size()) { in execute()
DSQLStatement.cpp87 if (statement.bindParameterCount() != m_arguments.size()) { in execute()
/external/webkit/Source/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