db2ACS_DB2ID Db2 Advanced Copy Services (ACS) API data structure
db2ACS_DB2ID identifies
the IBM® Data Server.
/* ==========================================================================
* Db2 Data Server Identifier
* ========================================================================== */
typedef struct db2ACS_DB2ID
{
db2Uint32 version;
db2Uint32 release;
db2Uint32 level;
char signature[DB2ACS_SIGNATURE_SZ + 1];
} db2ACS_DB2ID;
- version
- Data type:
db2Uint32.Version of IBM Data Server. For example: 9
- release
- Data type:
db2Uint32.Release level of IBM Data Server. For example: 5
- level
- Data type:
db2Uint32.Level identifier for the IBM Data Server. For example: 0
- signature
- Data type:
char[].A character string of length
DB2ACS_SIGNATURE_SZ + 1. For example: "SQL09050"