このページを編集する際は、編集に関する方針に従ってください。
#define DatumGetCString(X) ((char *) DatumGetPointer(X))
* DatumGetCString * Returns C string (null-terminated string) value of a datum. * * Note: C string is not a full-fledged Postgres type at present, * but type input functions use this conversion for their inputs.
更新日 | 更新者 | 更新内容 |
2006/9/12 | testnoda | コメントを備考に移動 |