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