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