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