この関数のグループは、指定した構文エレメントの値を設定します。
設定するデータのタイプに一致する適切な関数をこのグループから指定します。
void cpiSetElementBitArrayValue(
int* returnCode,
CciElement* targetElement,
const struct CciBitArray* value);
void cpiSetElementByteArrayValue(
int* returnCode,
CciElement* targetElement,
const struct CciByteArray* value);
void cpiSetElementBooleanValue(
int* returnCode,
CciElement* targetElement,
CciBool value);
void cpiSetElementCharacterValue(
int* returnCode,
CciElement* targetElement,
const CciChar* value,
CciSize length);
void cpiSetElementDateValue(
int* returnCode,
CciElement* targetElement,
const struct CciDate* value);
void cpiSetElementDecimalValue(
int* returnCode,
CciElement* targetElement,
const CciChar* value);
void cpiSetElementGmtTimestampValue(
int* returnCode,
CciElement* targetElement, const struct CciTimestamp* value);
void cpiSetElementGmtTimeValue(
int* returnCode,
CciElement* targetElement,
const struct CciTime* value);
void cpiSetElementIntegerValue(
int* returnCode,
CciElement* targetElement,
CciInt value);
void cpiSetElementRealValue(
int* returnCode,
CciElement* targetElement,
CciReal value);
void cpiSetElementTimestampValue( int* returnCode, CciElement* targetElement, const struct CciTimestamp* value);
void cpiSetElementTimeValue( int* returnCode, CciElement* targetElement, const struct CciTime* value);
なし。 エラーが発生した場合、returnCode がエラーの理由を示します。