summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_connection.hxx')
-rw-r--r--mysqlc/source/mysqlc_connection.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx
index 801ba70c5831..aeb968693f7e 100644
--- a/mysqlc/source/mysqlc_connection.hxx
+++ b/mysqlc/source/mysqlc_connection.hxx
@@ -118,8 +118,6 @@ namespace connectivity
bool m_bUseCatalog; // should we use the catalog on filebased databases
bool m_bUseOldDateFormat;
-
- void buildTypeInfo() throw(SQLException);
public:
rtl::OUString getMysqlVariable(const char *varname)
throw(SQLException, RuntimeException);
@@ -133,9 +131,6 @@ namespace connectivity
OConnection(MysqlCDriver& _rDriver, sql::Driver * cppDriver);
virtual ~OConnection();
- void closeAllStatements () throw(SQLException);
-
-
rtl_TextEncoding getConnectionEncoding() { return m_settings.encoding; }