InitializationExceptionReason

Represents the specific reason for an initialization failure during database connection or authentication.

Entries

Link copied to clipboard

The server requested or only supports an authentication mechanism not supported by this driver.

Link copied to clipboard

The server sent an unexpected message sequence violating the connection protocol.

Link copied to clipboard

A required parameter was missing in the server's authentication challenge.

Link copied to clipboard

The database server rejected the provided username or password.

Link copied to clipboard

The server requested an outdated/unsupported password encryption method (e.g. MD5, Cleartext).

Link copied to clipboard

SSL negotiation failed or certificates are invalid/unsupported.

Link copied to clipboard

The server version is too old for this driver to support.

Link copied to clipboard

A generic connection error occurred before authentication could begin.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.