Release Notes


37.8 db2GetSnapshot - Get Snapshot

The syntax for the db2GetSnapshot API should be as follows:

   int db2GetSnapshot(	unsigned char version;	
   db2GetSnapshotData *data,            
   struct sqlca *sqlca); 	
 
   The parameters described in data are:
   typedef struct db2GetSnapshotData{
      sqlma 		*piSqlmaData;
      sqlm_collected 	*poCollectedData
      void 			*poBuffer;
      db2uint32		iVersion;
      db2int32		iBufferSize;
      db2uint8		iStoreResult;
   db2uint16		iNodeNumber;
   db2uint32		*poOutputFormat;
 
   }db2GetSnapshotData;


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]