Searched refs:bindParameterCount (Results 1 – 5 of 5) sorted by relevance
169 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
52 unsigned bindParameterCount() const;
67 if (statement.bindParameterCount() != m_arguments.size()) { in execute()
87 if (statement.bindParameterCount() != m_arguments.size()) { in execute()
55368 (WebCore::SQLiteStatement::bindParameterCount): Added assertion and code to handle the80961 … (WebCore::SQLStatement::bindParameterCount): Accessor to the sqlite3 API for validating statements