:: com :: sun :: star :: sdbc ::

service FILEConnectionProperties

Included Services - Summary
ConnectionProperties
(referenced entity's summary:)
Properties' Summary
string
CharSet
[ OPTIONAL ]
specifies the encoding to use to translate the backend data  
Included Services - Details
ConnectionProperties
(referenced entity's summary:)
Properties' Details
CharSet
string CharSet;
Usage Restrictions
optional
Description
specifies the encoding to use to translate the backend data

See the IANA character set list for a list of valid values.

For internal purposes (e.g., when using an encoding for which no IANA character set name exists), this may also be an UNSIGNED SHORT value representing one of the rtl_TextEncoding values in rtl/textenc.h.


 
Top of Page