Searched defs:SQLValue (Results 1 – 6 of 6) sorted by relevance
40 SQLValue() : m_type(NullValue), m_number(0.0) { } in SQLValue() function41 SQLValue(double number) : m_type(NumberValue), m_number(number) { } in SQLValue() function42 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
48 class SQLValue; variable