Oracle 5.0 Reference Manual page 2091

Table of Contents

Advertisement

useHostsInPrivileges
useInformationSchema
useJDBCCompliantTimezoneShift
useLegacyDatetimeCode
useOldAliasMetadataBehavior Should the driver use the legacy behavior
useOldUTF8Behavior
useOnlyServerErrorMessages Don't prepend 'standard' SQLState error
useSSPSCompatibleTimezoneShift
useServerPrepStmts
useSqlStateCodes
useStreamLengthsInPrepStmtsHonor stream length parameter in
useTimezone
useUnbufferedInput
Connector/J (JDBC) Reference
(value of "false" is legacy behavior, "true" leads to
more JDBC-compliant behavior.
Add '@hostname' to users in
DatabaseMetaData.getColumn/TablePrivileges()
(true/false), defaults to 'true'.
When connected to MySQL-5.0.7
or newer, should the driver use the
INFORMATION_SCHEMA to derive information
used by DatabaseMetaData?
Should the driver use JDBC-compliant rules
when converting TIME/TIMESTAMP/DATETIME
values' timezone information for those JDBC
arguments which take a java.util.Calendar
argument? (Notice that this option is exclusive of
the "useTimezone=true" configuration option.)
Use code for DATE/TIME/DATETIME/
TIMESTAMP handling in result sets and
statements that consistently handles timezone
conversions from client to server and back again,
or use the legacy code for these datatypes
that has been in the driver for backwards-
compatibility?
for "AS" clauses on columns and tables,
and only return aliases (if any) for
ResultSetMetaData.getColumnName() or
ResultSetMetaData.getTableName() rather than
the original column/table name? In 5.0.x, the
default value was true.
Use the UTF-8 behavior the driver did when
communicating with 4.0 and older servers
messages to error messages returned by the
server.
If migrating from an environment
that was using server-side prepared
statements, and the configuration property
"useJDBCCompliantTimeZoneShift" set to
"true", use compatible behavior when not using
server-side prepared statements when sending
TIMESTAMP values to the MySQL server.
Use server-side prepared statements if the server
supports them?
Use SQL Standard state codes instead of 'legacy'
X/Open/SQL state codes (true/false), default is
'true'
PreparedStatement/ResultSet.setXXXStream()
method calls (true/false, defaults to 'true')?
Convert time/date types between client and server
timezones (true/false, defaults to 'false')?
Don't use BufferedInputStream for reading data
from the server
2071
true
3.0.2
false
5.0.0
false
5.0.0
true
5.1.6
false
5.0.4
false
3.1.6
true
3.0.15
false
5.0.5
false
3.1.0
true
3.1.3
true
3.0.2
false
3.0.2
true
3.0.11

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents