entity query builder progress
This commit is contained in:
@@ -26,6 +26,13 @@ public:
|
||||
return visitor.result;
|
||||
}
|
||||
|
||||
bool is_integer() const;
|
||||
bool is_floating_point() const;
|
||||
bool is_bool() const;
|
||||
bool is_string() const;
|
||||
bool is_blob() const;
|
||||
bool is_null() const;
|
||||
|
||||
friend std::ostream& operator<<(std::ostream &out, const field &col);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user