Optim Data Privacy Providers  11.3.0
 All Data Structures Files Functions Variables Macros Groups Pages
Structure Members
DPFD_MC_SS Struct Reference

#include <ODPPCmnAPI.h>

Collaboration diagram for DPFD_MC_SS:
Collaboration graph

Structure Members

char cColNameDBMSType
 
int iColNameCodePage
 
char * pColName
 

Structure Description

Structure Member Documentation

char cColNameDBMSType
  • Use:
    This member is used to specify the DBMS type of the current column name expressed as mixed character(SBCS/MBCS) format string.
  • Description:
    This is used to specify the DBMS type of the current column name supplied in pColName member of the structure DPFD_MC_SS.
  • Optional:
    No
int iColNameCodePage
  • Use:
    This member is used to specify the Code page of the current column name expressed as mixed character(SBCS/MBCS) format string.
  • Optional:
    No
char* pColName
  • Use:
    This member is used to specify the name of the current column expressed in mixed (SBCS/MBCS) character format. The column name is limited to MAX_COLNAME_SIZE characters.
  • Description:
    This is a pointer to the mixed character (SBCS/MBCS) string which represents the name of the column. The caller must ensure that the memory referenced by pColName remains valid till Provider_Init() returns.