C# Class YoureOnTime.Data.RetrySqlClientBatchingBatcher

Inheritance: NHibernate.AdoNet.AbstractBatcher
Afficher le fichier Open project: craigvn/NHibernateRetryable

Méthodes publiques

Méthode Description
AddToBatch ( IExpectation expectation ) : void
RetrySqlClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System

Méthodes protégées

Méthode Description
DoExecuteBatch ( IDbCommand ps ) : void
ProfiledPrepare ( IDbCommand cmd ) : void

Private Methods

Méthode Description
CreateConfiguredBatch ( ) : SqlClientSqlCommandSet

Method Details

AddToBatch() public méthode

public AddToBatch ( IExpectation expectation ) : void
expectation IExpectation
Résultat void

DoExecuteBatch() protected méthode

protected DoExecuteBatch ( IDbCommand ps ) : void
ps IDbCommand
Résultat void

ProfiledPrepare() protected méthode

protected ProfiledPrepare ( IDbCommand cmd ) : void
cmd IDbCommand
Résultat void

RetrySqlClientBatchingBatcher() public méthode

public RetrySqlClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System
connectionManager NHibernate.AdoNet.ConnectionManager
interceptor IInterceptor
Résultat System