diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-30 09:44:16 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-30 09:44:16 +0000 |
commit | b836114317c3f9f5c26f57979e3441f517296697 (patch) | |
tree | c1cd6f18dbf1380b7e9484e1c09dc82fc61164e5 /connectivity/source/inc/file/FTable.hxx | |
parent | 0e5c904af768636ee77e47e3be765a3a250186ee (diff) |
#84841# impl alter/add/drop for table
Diffstat (limited to 'connectivity/source/inc/file/FTable.hxx')
-rw-r--r-- | connectivity/source/inc/file/FTable.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FTable.hxx b/connectivity/source/inc/file/FTable.hxx index ead0e8015952..1d96eee825d4 100644 --- a/connectivity/source/inc/file/FTable.hxx +++ b/connectivity/source/inc/file/FTable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FTable.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: oj $ $Date: 2001-05-10 14:31:14 $ + * last change: $Author: oj $ $Date: 2001-05-30 10:44:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,6 +145,7 @@ namespace connectivity virtual BOOL DeleteRow(const OSQLColumns& _rCols); virtual BOOL UpdateRow(OValueVector& rRow, OValueRow pOrgRow,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>& _xCols); virtual void addColumn(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& descriptor); + virtual void dropColumn(sal_Int32 _nPos); ::rtl::OUString SAL_CALL getName() { return m_Name; } |