Oracle 5.0 Reference Manual page 1960

Table of Contents

Advertisement

Connector/Net Connection String Options Reference
Name
SSL
Mode,
SslMode
Table
Cache, tablecache,
tablecaching
Treat BLOBs as
UTF8,
TreatBlobsAsUTF8
Treat Tiny As
Boolean,
TreatTinyAsBoolean
Use Affected
Rows,
UseAffectedRows
Use Procedure
Bodies,
UseProcedureBodies,
procedure bodies
Default
Description
Connector/Net. This option incurs a performance hit,
so should only be used if necessary. This option was
added in version 6.3.1.
None
This option has the following values:
• None - do not use SSL.
• Preferred - use SSL if the server supports it, but
allow connection in all cases.
• Required - Always use SSL. Deny connection if
server does not support SSL.
• VerifyCA - Always use SSL. Validate the CA but
tolerate name mismatch.
• VerifyFull - Always use SSL. Fail if the host name is
not correct.
This option was introduced in MySQL Connector/Net
6.2.1.
false
Enables or disables caching of
commands. A value of
disables it. For usage information about table
false
caching, see
Net with Table
Connector/Net 6.4.
false
true
Setting this value to
treated as an INT. See
Overview"
for a further explanation of the
data types.
BOOL
false
When true, the connection reports changed rows
instead of found rows. This option was added in
Connector/Net version 5.2.6.
true
When set to true, the default value, MySQL
Connector/Net expects the body of the procedure
to be viewable. This enables it to determine the
parameter types and order. Set the option to
when the user connecting to the database
false
does not have the
mysql.proc
view INFORMATION_SCHEMA.ROUTINES. In this case,
MySQL Connector/Net cannot determine the types and
order of the parameters, and must be alerted to this fact
by setting this option to false. When set to false,
MySQL Connector/Net does not rely on this information
being available when the procedure is called. Because
MySQL Connector/Net will not be able to determine this
information, explicitly set the types of all the parameters
before the call and add the parameters to the command
in the same order as they appear in the procedure
definition. This option was added in MySQL Connector/
Net 5.0.4 and MySQL Connector/Net 1.0.10.
1940
TableDirect
enables the cache while
true
Section 20.2.5.7, "Using Connector/
Caching". This option was added in
causes
false
TINYINT(1)
Section 11.1.1, "Numeric Type
[578]
privileges for the
SELECT
(stored procedures) table, or cannot
to be
and
TINYINT

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents