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