Searched defs:SQLValue (Results 1 – 5 of 5) sorted by relevance
41 SQLValue() : m_type(NullValue), m_number(0.0) { } in SQLValue() function42 SQLValue(double number) : m_type(NumberValue), m_number(number) { } in SQLValue() function43 SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { } in SQLValue() function
34 SQLValue::SQLValue(const SQLValue& val) in SQLValue() function in WebCore::SQLValue
35 class SQLValue; variable
47 class SQLValue; variable
50 class SQLValue; variable