C# Class NHibernate.AdoNet.OracleDataClientBatchingBatcher

Summary description for OracleDataClientBatchingBatcher. By Tomer Avissar
Inheritance: NHibernate.AdoNet.AbstractBatcher
Mostra file Open project: nhibernate/nhibernate-core

Public Methods

Method Description
AddToBatch ( IExpectation expectation ) : void
OracleDataClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System

Protected Methods

Method Description
DoExecuteBatch ( IDbCommand ps ) : void

Private Methods

Method Description
SetArrayBindCount ( int arraySize ) : void

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

OracleDataClientBatchingBatcher() public method

public OracleDataClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System
connectionManager ConnectionManager
interceptor IInterceptor
return System