Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/ext/
Dsqlite_ext_funcs.cpp63 struct TSSqlValue { struct
66 static TSSqlValue Long(int64_t v) in Long()
74 static TSSqlValue Double(double v) in Double()
82 static TSSqlValue String(const char* v) in String()
90 static TSSqlValue Bytes(const char* v, size_t size) in Bytes()
99 double GetDouble() const in GetDouble()
103 int64_t GetLong() const in GetLong()
107 const char* GetString() const in GetString()
111 const void* GetBytes() const in GetBytes()
116 bool IsNull() const in IsNull()
[all …]