Home
last modified time | relevance | path

Searched defs:SQLValue (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
DSQLValue.h41 SQLValue() : m_type(NullValue), m_number(0.0) { } in SQLValue() function
42 SQLValue(double number) : m_type(NumberValue), m_number(number) { } in SQLValue() function
43 SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { } in SQLValue() function
DSQLValue.cpp34 SQLValue::SQLValue(const SQLValue& val) in SQLValue() function in WebCore::SQLValue
DSQLiteStatement.h35 class SQLValue; variable
/external/webkit/Source/WebCore/storage/
DSQLTransactionSync.h47 class SQLValue; variable
DSQLTransaction.h50 class SQLValue; variable