Searched defs:TSSqlValue (Results 1 – 1 of 1) sorted by relevance
60 struct TSSqlValue { struct63 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 …]