Oracle 5.0 Reference Manual page 1963

Table of Contents

Advertisement

Class
MySqlParameterCollection
MySqlRowUpdatedEventArgs
MySqlRowUpdatingEventArgs
MySqlTransaction
Delegates
Delegate
MySqlInfoMessageEventHandler
MySqlRowUpdatedEventHandler
MySqlRowUpdatingEventHandler
Enumerations
Enumeration
MySqlDbType
MySqlErrorCode
20.2.7.1.1.
MySql.Data.MySqlClientHierarchy
See Also
MySql.Data.MySqlClient Namespace
20.2.7.1.2.
BaseCommandInterceptor
The
BaseCommandInterceptor
public virtual bool ExecuteScalar(string sql, ref object returnValue);
public virtual bool ExecuteNonQuery(string sql, ref int returnValue);
public virtual bool ExecuteReader(string sql, CommandBehavior behavior, ref MySqlDataReader returnValue
public virtual void Init(MySqlConnection connection);
If your interceptor overrides one of the
and return
true
is processed normally only when all command interceptors return false.
The connection passed to the
For full usage and examples, see
20.2.7.1.3.
BaseExceptionInterceptor
You develop an exception interceptor first by creating a subclass of the
BaseExceptionInterceptor
can also override the
Connector/Net API Reference
class has these methods that you can override:
Execute...
if you handled the event, or
method is the connection that is attached to this interceptor.
Init
Section 20.2.5.11, "Using the Connector/Net Interceptor
class. You must override the
method to do some one-time initialization.
Init()
Description
Represents a collection of parameters relevant
to a
MySqlCommand
mappings to columns in a DataSet. This class
cannot be inherited.
Provides data for the RowUpdated event. This
class cannot be inherited.
Provides data for the RowUpdating event. This
class cannot be inherited.
Description
Represents the method that will handle the
InfoMessage
event of a MySqlConnection.
Represents the method that will handle the
RowUpdatedevent of a MySqlDataAdapter.
Represents the method that will handle the
RowUpdatingevent of a MySqlDataAdapter.
Description
Specifies MySQL-specific data type of a field,
property, for use in a MySqlParameter.
methods, set the
if you did not handle the event. The SQL command
false
InterceptException()
1943
as well as their respective
output parameter
returnValue
Classes".
method. You

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents