C# Class NHibernate.MySQLBatcher.MySqlClientBatchingBatcher

Inheritance: NHibernate.AdoNet.AbstractBatcher
Mostra file Open project: Andorbal/NHibernate.MySQLBatcher

Public Methods

Method Description
AddToBatch ( IExpectation expectation ) : void
MySqlClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System.Data

Protected Methods

Method Description
DoExecuteBatch ( IDbCommand ps ) : void

Private Methods

Method Description
CreateConfiguredBatch ( ) : MySqlClientSqlCommandSet

Method Details

AddToBatch() public method

public AddToBatch ( IExpectation expectation ) : void
expectation IExpectation
return void

DoExecuteBatch() protected method

protected DoExecuteBatch ( IDbCommand ps ) : void
ps IDbCommand
return void

MySqlClientBatchingBatcher() public method

public MySqlClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System.Data
connectionManager NHibernate.AdoNet.ConnectionManager
interceptor IInterceptor
return System.Data