版次注意事項


|33.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;


[ 頁面頂端 | 前一頁 | 下一頁 | 目錄 | 索引 ]