summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Table.hxx
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-08-22 09:19:17 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-08-23 10:32:19 +0100
commit7a3eff265280d311816f4bc180ef2ec74400e57d (patch)
tree097dcad9eb3213e8f2a708bf4b7af95eaa4b31d8 /connectivity/source/drivers/firebird/Table.hxx
parent621c1e491e56db5416da1c763aaff862e8ede67a (diff)
Set Table privileges. (firebird-sdbc)
Change-Id: Ia73f2f2107e17c03bc568075a0a99bc7a21fb8a7
Diffstat (limited to 'connectivity/source/drivers/firebird/Table.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Table.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Table.hxx b/connectivity/source/drivers/firebird/Table.hxx
index 41f12c3f7eff..d6354bcd3ff9 100644
--- a/connectivity/source/drivers/firebird/Table.hxx
+++ b/connectivity/source/drivers/firebird/Table.hxx
@@ -27,6 +27,7 @@ namespace connectivity
{
private:
::osl::Mutex& m_rMutex;
+ sal_Int32 m_nPrivileges;
/**
* Get the ALTER TABLE [TABLE] ALTER [COLUMN] String.
@@ -34,6 +35,9 @@ namespace connectivity
*/
::rtl::OUString getAlterTableColumn(const ::rtl::OUString& rColumn);
+ protected:
+ void construct();
+
public:
Table(Tables* pTables,
::osl::Mutex& rMutex,
@@ -81,7 +85,6 @@ namespace connectivity
SAL_CALL getTypes()
throw(::com::sun::star::uno::RuntimeException);
-
};
} // namespace firebird