CodePageOverride
- Last Updated: November 22, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 6.0
- Documentation
Purpose
Specifies the code page to be used by the driver to convert Character data. The specified code page overrides the default database code page or column collation. All Character data returned from or written to the database is converted using the specified code page.
Valid values
string
where:
-
string - is the name of a valid code page that is supported by your JVM. For
example,
CP950.
Notes
- By default, the driver automatically determines which code page to use to convert Character data. Use this property only if you need to change the driver’s default behavior.
Data Source Methods
public String getCodePageOverride()
public void
setCodePageOverride(String)
Default
No default value
Data type
String