Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsql_value.h43 SQLValue() : type_(kNullValue), number_(0.0) {} in SQLValue() function
44 SQLValue(double number) : type_(kNumberValue), number_(number) {} in SQLValue() function
45 SQLValue(const String& s) : type_(kStringValue), number_(0.0), string_(s) {} in SQLValue() function
H A Dsql_value.cc33 SQLValue::SQLValue(const SQLValue& val) in SQLValue() function in blink::SQLValue
H A Dsqlite_statement.h36 class SQLValue; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/sql/
H A 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
H A DSQLValue.cpp34 SQLValue::SQLValue(const SQLValue& val) in SQLValue() function in WebCore::SQLValue
H A DSQLiteStatement.h35 class SQLValue; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsql_value.h43 SQLValue() : type_(kNullValue), number_(0.0) {} in SQLValue() function
44 SQLValue(double number) : type_(kNumberValue), number_(number) {} in SQLValue() function
45 SQLValue(const String& s) : type_(kStringValue), number_(0.0), string_(s) {} in SQLValue() function
H A Dsql_value.cc33 SQLValue::SQLValue(const SQLValue& val) in SQLValue() function in blink::SQLValue
H A Dsqlite_statement.h36 class SQLValue; variable
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/sql/
H A Dquadstore.go47 func (v StringVal) SQLValue() interface{} { func
53 func (v IntVal) SQLValue() interface{} { func
59 func (v FloatVal) SQLValue() interface{} { func
65 func (v BoolVal) SQLValue() interface{} { func
71 func (v TimeVal) SQLValue() interface{} { func
79 func (h NodeHash) SQLValue() interface{} { func
H A Dshape_test.go20 func (s stringVal) SQLValue() interface{} { func
H A Dshape.go85 SQLValue() interface{} methodSpec
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DSQLTransactionSync.h47 class SQLValue; variable
H A DSQLTransaction.h50 class SQLValue; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/
H A Dsql_transaction_backend.h48 class SQLValue; variable
H A Dsql_transaction.h51 class SQLValue; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/
H A Dsql_transaction_backend.h48 class SQLValue; variable
H A Dsql_transaction.h51 class SQLValue; variable