C# 클래스 NHibernate.AdoNet.OracleDataClientBatchingBatcher

Summary description for OracleDataClientBatchingBatcher. By Tomer Avissar
상속: NHibernate.AdoNet.AbstractBatcher
파일 보기 프로젝트 열기: nhibernate/nhibernate-core

공개 메소드들

메소드 설명
AddToBatch ( IExpectation expectation ) : void
OracleDataClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System

보호된 메소드들

메소드 설명
DoExecuteBatch ( IDbCommand ps ) : void

비공개 메소드들

메소드 설명
SetArrayBindCount ( int arraySize ) : void

메소드 상세

AddToBatch() 공개 메소드

public AddToBatch ( IExpectation expectation ) : void
expectation IExpectation
리턴 void

DoExecuteBatch() 보호된 메소드

protected DoExecuteBatch ( IDbCommand ps ) : void
ps IDbCommand
리턴 void

OracleDataClientBatchingBatcher() 공개 메소드

public OracleDataClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System
connectionManager ConnectionManager
interceptor IInterceptor
리턴 System