CLIENT_LOCALE |
Specifies
the locale of the client that is accessing the database Provides
defaults for user-defined formats such as the GL_DATE format
User-defined data types can use it for code-set conversion. Together
with the DB_LOCALE variable, the database
server uses this variable to establish the server processing locale.
The DB_LOCALE and CLIENT_LOCALE values
must be the same, or their code sets must be convertible. |
DBCENTURY |
Enables you to specify the appropriate expansion
for one- or two-digit year DATE values |
DBDATE |
Specifies the end-user formats of values in DATE columns Supported
for backward compatibility; GL_DATE is preferred. |
DB_LOCALE |
Specifies
the locale of the databaseIBM Informix JDBC
Driver uses this variable to perform
code-set conversion between Unicode and the database locale. Together
with the CLIENT_LOCALE variable, the database
server uses this variable to establish the server processing locale.
The DB_LOCALE and CLIENT_LOCALE values
must be the same, or their code sets must be convertible. |
GL_DATE |
Specifies the end-user formats of values in DATE columns This
variable is supported in Informix database server versions 7.2x,
8.x, 9.x, and 10.x. |
NEWCODESET |
Allows new code sets to be defined between releases
of IBM Informix JDBC
Driver |
NEWLOCALE |
Allows new locales to be defined between releases
of IBM Informix JDBC
Driver |