Messy commit. Testing suff and some improvements to how data is shown.
This commit is contained in:
parent
bebb3391c3
commit
3a13b7ffb4
59 changed files with 2045 additions and 716 deletions
|
|
@ -17,12 +17,17 @@ namespace Pgsql {
|
|||
|
||||
operator QString() const;
|
||||
operator QDateTime() const;
|
||||
operator QDate() const;
|
||||
operator QTime() const;
|
||||
operator std::string() const;
|
||||
operator short() const;
|
||||
operator int() const;
|
||||
operator Oid() const;
|
||||
operator long long() const;
|
||||
operator bool() const;
|
||||
|
||||
bool isString() const;
|
||||
|
||||
private:
|
||||
const char *m_val;
|
||||
Oid m_typ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue