C# 클래스 System.Data.ProviderBase.ReaderCacheContainerBase

상속: IReaderCacheContainer
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
Fetch ( ResultSet rs, int columnIndex, bool isSequential ) : void
GetValue ( ) : object
IsNull ( ) : bool
IsNumeric ( ) : bool

보호된 메소드들

메소드 설명
FetchInternal ( ResultSet rs, int columnIndex ) : void
FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void

메소드 상세

Fetch() 공개 메소드

public Fetch ( ResultSet rs, int columnIndex, bool isSequential ) : void
rs ResultSet
columnIndex int
isSequential bool
리턴 void

FetchInternal() 보호된 추상적인 메소드

protected abstract FetchInternal ( ResultSet rs, int columnIndex ) : void
rs ResultSet
columnIndex int
리턴 void

FetchInternal() 보호된 메소드

protected FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void
rs ResultSet
columnIndex int
isSequential bool
리턴 void

GetValue() 공개 추상적인 메소드

public abstract GetValue ( ) : object
리턴 object

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

IsNumeric() 공개 메소드

public IsNumeric ( ) : bool
리턴 bool