diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-09-18 10:22:34 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-09-18 10:22:34 +0000 |
commit | 62e50e029833d083f01cf3753282a68361271195 (patch) | |
tree | bffcbde14dabaa1535b8df6c2180cb3e6451b42d /connectivity/source/drivers/adabas/BStatement.cxx | |
parent | 48074b7e7a0888b6435f52f01d7e469477c6991d (diff) |
#91986# remove unnecessarry Exceptions
Diffstat (limited to 'connectivity/source/drivers/adabas/BStatement.cxx')
-rw-r--r-- | connectivity/source/drivers/adabas/BStatement.cxx | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/connectivity/source/drivers/adabas/BStatement.cxx b/connectivity/source/drivers/adabas/BStatement.cxx index 90009ed70ca9..d93d9afa92f8 100644 --- a/connectivity/source/drivers/adabas/BStatement.cxx +++ b/connectivity/source/drivers/adabas/BStatement.cxx @@ -2,9 +2,9 @@ * * $RCSfile: BStatement.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2001-08-02 10:49:44 $ + * last change: $Author: oj $ $Date: 2001-09-18 11:22:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,5 +87,19 @@ OResultSet* OAdabasStatement::createResulSet() return new OAdabasResultSet(m_aStatementHandle,this); } // ----------------------------------------------------------------------------- +void OAdabasStatement::setUsingBookmarks(sal_Bool _bUseBookmark) +{ + // adabas doesn't support bookmarks +} +// ----------------------------------------------------------------------------- +void OAdabasStatement::setResultSetConcurrency(sal_Int32 _par0) +{ +} +// ----------------------------------------------------------------------------- +void OAdabasStatement::setResultSetType(sal_Int32 _par0) +{ +} +// ----------------------------------------------------------------------------- + |