:: com :: sun :: star :: sdbc ::
|
unpublished |
service FILEConnectionProperties |
|
|
- Description
- represents the properties for a FILE connection (session) with a specific
database. These properties can be used when calling the method
XDriver::connect() or
XDriverManager::getConnectionWithInfo().
The properties for a connection contain additonal information about how to connect to a database and
how to control the behavior of the resulting connection should be.
|
Properties' Summary |
string
CharSet |
[ OPTIONAL ]
specifies the encoding to use to translate the backend data
|
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.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.