Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/sqlite_ext/
Dsqlite_ext_funcs.cpp60 struct TSSqlValue { struct
63 static TSSqlValue Long(int64_t v) in Long()
71 static TSSqlValue Double(double v) in Double()
79 static TSSqlValue String(const char *v) in String()
87 static TSSqlValue Bytes(const char *v, size_t size) in Bytes()
96 double GetDouble() const in GetDouble()
100 int64_t GetLong() const in GetLong()
104 const char *GetString() const in GetString()
108 const void *GetBytes() const in GetBytes()
113 bool IsNull() const in IsNull()
[all …]