diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:27:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:27:29 +0000 |
commit | 60f637609cd04c456acbb5cb3741803248586b78 (patch) | |
tree | a0e930d4918172ad3d720c24f47b1ac149dff102 /connectivity/source/inc/calc/CTable.hxx | |
parent | 5180980b671ea3f7dd2f5fc4da37aafa817c8a4c (diff) |
INTEGRATION: CWS oj4 (1.7.100); FILE MERGED
2003/06/27 13:37:59 oj 1.7.100.1: #i14648# implement string functions for file based drivers
Diffstat (limited to 'connectivity/source/inc/calc/CTable.hxx')
-rw-r--r-- | connectivity/source/inc/calc/CTable.hxx | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx index 2a9228c9d971..4c22cd20c3f7 100644 --- a/connectivity/source/inc/calc/CTable.hxx +++ b/connectivity/source/inc/calc/CTable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: CTable.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2001-10-26 07:41:55 $ + * last change: $Author: obo $ $Date: 2003-09-04 08:27:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,10 +106,6 @@ namespace connectivity void fillColumns(); - BOOL WriteBuffer(); - BOOL UpdateBuffer(OValueVector& rRow, OValueRow pOrgRow,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>& _xCols); - ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> isUniqueByColumnName(const ::rtl::OUString& _rColName); - protected: virtual void FileClose(); public: @@ -128,7 +124,7 @@ namespace connectivity virtual sal_Int32 getCurrentLastPos() const; virtual sal_Bool seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Int32& nCurPos); - virtual sal_Bool fetchRow(OValueRow _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,sal_Bool bRetrieveData); + virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,sal_Bool bRetrieveData); virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); //XTypeProvider @@ -139,12 +135,6 @@ namespace connectivity virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException); static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); - BOOL DropImpl(); - BOOL CreateImpl(); - - virtual BOOL InsertRow(OValueVector& rRow, BOOL bFlush,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>& _xCols); - 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); }; } } |