C# 클래스 NSoft.NFramework.Data.OdpNet.OdpNetRepositoryImpl

Oracle Database용 AdoRepository 입니다.
상속: AdoRepositoryImplBase, IOdpNetRepository
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
ExecuteDataSet ( DbCommand cmd, int firstResult, int maxResults ) : DataSet

cmd를 실행하여, 결과를 DataSet으로 반환합니다.

ExecuteDataTable ( DbCommand cmd, int firstResult, int maxResults ) : DataTable

지정된 Command를 실행하여, DataTable을 빌드합니다.

ExecuteDataTableAsList ( DbCommand cmd, int firstResult, int maxResults ) : IList

여러 ResultSet을 반환할 수 있으므로, DataTable의 컬렉션으로 반환합니다.

OdpNetRepositoryImpl ( ) : System.Collections.Generic

생성자

OdpNetRepositoryImpl ( string dbName ) : System.Collections.Generic

생성자

보호된 메소드들

메소드 설명
ExecuteNonQueryInternal ( DbCommand cmd ) : int

지정된 Command의 ExecuteNonQuery 메소드를 실행합니다.

ExecuteReaderInternal ( DbCommand cmd ) : IDataReader

지정된 Command의 ExecuteReader 메소드를 실행합니다.

ExecuteScalarInternal ( DbCommand cmd ) : object

지정된 Command의 ExecuteScalar 메소드를 실행합니다.

메소드 상세

ExecuteDataSet() 공개 메소드

cmd를 실행하여, 결과를 DataSet으로 반환합니다.
public ExecuteDataSet ( DbCommand cmd, int firstResult, int maxResults ) : DataSet
cmd DbCommand 실행할 instance.
firstResult int 첫번째 레코드의 인덱스 (0부터 시작)
maxResults int 최대 레코드 수 (0 이면 무시하고, 마지막 레코드까지 가져온다
리턴 DataSet

ExecuteDataTable() 공개 메소드

지정된 Command를 실행하여, DataTable을 빌드합니다.
public ExecuteDataTable ( DbCommand cmd, int firstResult, int maxResults ) : DataTable
cmd DbCommand 실행할 Select용 Command
firstResult int 첫번째 레코드의 인덱스 (0부터 시작)
maxResults int 최대 레코드 수 (0 이면 무시하고, 마지막 레코드까지 가져온다
리턴 DataTable

ExecuteDataTableAsList() 공개 메소드

여러 ResultSet을 반환할 수 있으므로, DataTable의 컬렉션으로 반환합니다.
public ExecuteDataTableAsList ( DbCommand cmd, int firstResult, int maxResults ) : IList
cmd DbCommand
firstResult int
maxResults int
리턴 IList

ExecuteNonQueryInternal() 보호된 메소드

지정된 Command의 ExecuteNonQuery 메소드를 실행합니다.
protected ExecuteNonQueryInternal ( DbCommand cmd ) : int
cmd DbCommand 실행할 Command 객체
리턴 int

ExecuteReaderInternal() 보호된 메소드

지정된 Command의 ExecuteReader 메소드를 실행합니다.
protected ExecuteReaderInternal ( DbCommand cmd ) : IDataReader
cmd DbCommand
리턴 IDataReader

ExecuteScalarInternal() 보호된 메소드

지정된 Command의 ExecuteScalar 메소드를 실행합니다.
protected ExecuteScalarInternal ( DbCommand cmd ) : object
cmd DbCommand 실행할 Command 객체
리턴 object

OdpNetRepositoryImpl() 공개 메소드

생성자
public OdpNetRepositoryImpl ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OdpNetRepositoryImpl() 공개 메소드

생성자
public OdpNetRepositoryImpl ( string dbName ) : System.Collections.Generic
dbName string
리턴 System.Collections.Generic