Searched defs:bindBlob (Results 1 - 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/sql/ | ||
H A D | SQLiteStatement.cpp | 165 int SQLiteStatement::bindBlob(int index, const void* blob, int size) function in class:WebCore::SQLiteStatement 179 int SQLiteStatement::bindBlob(int index, const String& text) function in class:WebCore::SQLiteStatement 190 return bindBlob(index, characters, text.length() * sizeof(UChar)); |
Completed in 78 milliseconds