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