Oracle 5.0 Reference Manual page 2088

Table of Contents

Advertisement

loadBalanceAutoCommitStatementThreshold
loadBalanceBlacklistTimeout Time in milliseconds between checks of servers
loadBalanceConnectionGroup Logical group of load-balanced connections within
loadBalanceExceptionCheckerFully-qualified class name of custom
loadBalancePingTimeout
loadBalanceSQLExceptionSubclassFailover
loadBalanceSQLStateFailover Comma-delimited list of SQLState codes used
loadBalanceValidateConnectionOnSwapServer
maxRows
netTimeoutForStreamingResults What value should the driver automatically set
noAccessToProcedureBodies When determining procedure parameter types
Connector/J (JDBC) Reference
SQL matches the regular expression. By default,
every statement issued matches.
When auto-commit is enabled, the number of
statements which should be executed before
triggering load-balancing to rebalance. Default
value of 0 causes load-balanced connections to
only rebalance when exceptions are encountered,
or auto-commit is disabled and transactions are
explicitly committed or rolled back.
which are unavailable, by controlling how long a
server lives in the global blacklist.
a classloader, used to manage different groups
independently. If not specified, live management
of load-balanced connections is disabled.
exception checker. The class must implement
com.mysql.jdbc.LoadBalanceExceptionChecker
interface, and is used to inspect SQLExceptions
and determine whether they should trigger
fail-over to another host in a load-balanced
deployment.
Time in milliseconds to wait for ping response
from each of load-balanced physical connections
when using load-balanced Connection.
Comma-delimited list of classes/interfaces used
by default load-balanced exception checker to
determine whether a given SQLException should
trigger failover. The comparison is done using
Class.isInstance(SQLException) using the thrown
SQLException.
by default load-balanced exception checker
to determine whether a given SQLException
should trigger failover. The SQLState of a given
SQLException is evaluated to determine whether
it begins with any value in the comma-delimited
list.
Should the load-balanced Connection explicitly
check whether the connection is live when
swapping to a new physical connection at commit/
rollback?
The maximum number of rows to return (0, the
default means return all rows).
the server setting 'net_write_timeout' to when the
streaming result sets feature is in use? (value has
unit of seconds, the value '0' means the driver will
not try and adjust this value)
for CallableStatements, and the connected user
can't access procedure bodies through "SHOW
CREATE PROCEDURE" or select on mysql.proc
2068
0
5.1.15
0
5.1.0
5.1.13
com.mysql.jdbc.StandardLoadBa
5.1.13
0
5.1.13
5.1.13
5.1.13
false
5.1.13
-1
all
versions
600
5.1.0
false
5.0.3

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents