Oracle 5.0 Reference Manual page 2080

Table of Contents

Advertisement

trustCertificateKeyStorePassword
allowLoadLocalInfile
allowUrlInLocalInfile
paranoid
passwordCharacterEncoding What character encoding is used for passwords?
Performance Extensions.
Property Name
callableStmtCacheSize
metadataCacheSize
useLocalSessionState
useLocalTransactionState
prepStmtCacheSize
prepStmtCacheSqlLimit
parseInfoCacheFactory
serverConfigCacheFactory
Connector/J (JDBC) Reference
are "JKS" and "PKCS12", your environment may
have more available depending on what security
products are installed and available to the JVM.
Password for the trusted root certificates KeyStore
Should the driver allow use of 'LOAD DATA
LOCAL INFILE...' (defaults to 'true').
Should the driver allow URLs in 'LOAD DATA
LOCAL INFILE' statements?
Take measures to prevent exposure sensitive
information in error messages and clear data
structures holding sensitive data when possible?
(defaults to 'false')
Leaving this set to the default value (null),
uses the platform character set, which works
for ISO8859_1 (i.e. "latin1") passwords. For
passwords in other character encodings, the
encoding will have to be specified with this
property, as it's not possible for the driver to auto-
detect this.
Definition
If 'cacheCallableStmts' is enabled, how many
callable statements should be cached?
The number of queries to cache
ResultSetMetadata for if cacheResultSetMetaData
is set to 'true' (default 50)
Should the driver refer to the internal values
of autocommit and transaction isolation that
are set by Connection.setAutoCommit() and
Connection.setTransactionIsolation() and
transaction state as maintained by the protocol,
rather than querying the database or blindly
sending commands to the database for commit()
or rollback() method calls?
Should the driver use the in-transaction state
provided by the MySQL protocol to determine if a
commit() or rollback() should actually be sent to
the database?
If prepared statement caching is enabled, how
many prepared statements should be cached?
If prepared statement caching is enabled, what's
the largest SQL the driver will cache the parsing
for?
Name of a class implementing
com.mysql.jdbc.CacheAdapterFactory, which
will be used to create caches for the parsed
representation of client-side prepared statements.
Name of a class implementing
com.mysql.jdbc.CacheAdapterFactory<String,
2060
5.1.0
true
3.0.3
false
3.1.4
false
3.0.1
5.1.7
Default
Since
Value
Version
100
3.1.2
50
3.1.1
false
3.1.7
false
5.1.7
25
3.0.10
256
3.0.10
com.mysql.jdbc.PerConnectionL
5.1.1
com.mysql.jdbc.PerVmServerCo
5.1.1

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents