home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************/
- /* File: sdsstde.hpp */
- /* Class: */
- /* IDSStatementDelete */
- /* */
- /****************************************************************************/
-
- /***********************************************
-
- Licensed Materials - Property of IBM
-
- 5622-880 5801-AAR
-
- (c) Copyright IBM Corp 1991, 1996.
-
- ************************************************/
-
- #ifndef _SDSSTDE_HPP_
- #define _SDSSTDE_HPP_
-
- #include <istring.hpp>
- #include "sdsstat.hpp"
-
- class _Export IDSStatementDelete : public IDSStatement
- {
- public:
- IDSStatementDelete( const char* aStatement, DatastoreDB2* aDatastore );
- IDSStatementDelete( const char* aStatement, DatastoreODBC* aDatastore );
- ~IDSStatementDelete();
-
- virtual IDSStatementDelete& execute();
- };
-
- #include "sdsstde.inl"
-
- #endif