home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************************/
- /* File: sdspmbsq.hpp */
- /* Class: IDSParameterBufferSequence */
- /* */
- /* IDSParameterBufferSequence - a parameter buffer sequence */
- /********************************************************************************/
-
- /***********************************************
-
- Licensed Materials - Property of IBM
-
- 5622-880 5801-AAR
-
- (c) Copyright IBM Corp 1991, 1996.
-
- ************************************************/
-
- #ifndef _SDSPMBSQ_HPP_
- #define _SDSPMBSQ_HPP_
-
- #include "spobfseq.hpp"
- #include "sdssqlst.hpp"
-
- class _Export IDSParameterBufferSequence : public IPOBufferSequence
- {
- public:
- IDSParameterBufferSequence(){;}
- virtual ~IDSParameterBufferSequence(){;}
-
- /*---------------------- Buffer Seq Functions ----------------------------------
- | These methods deals with Buffer Seq functions: |
- | bindToStatement - bind all parameters in seq to statement |
- ------------------------------------------------------------------------------*/
- void bindToStatement( ISQLStatement* pSqlStatement);
-
- private:
- static Boolean bindParameter (IPOBufferBase*& pBuffer,
- void* someInfo);
-
- };
-
- #include "sdspmbsq.inl"
-
- #endif