diff options
Diffstat (limited to 'libodbcpp/connection.h')
-rw-r--r-- | libodbcpp/connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libodbcpp/connection.h b/libodbcpp/connection.h index b89a5f9..82caf22 100644 --- a/libodbcpp/connection.h +++ b/libodbcpp/connection.h @@ -19,6 +19,9 @@ namespace ODBC { void abortTx() const; bool txIsAborted() const; bool inTx() const; + std::string getAttrStr(SQLINTEGER) const; + SQLINTEGER getAttrInt(SQLINTEGER) const; + private: mutable unsigned int txDepth; mutable bool txAborted; |