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