C# Class System.Data.ProviderBase.ReaderCacheContainerBase

Inheritance: IReaderCacheContainer
显示文件 Open project: runefs/Marvin

Public Methods

Method Description
Fetch ( ResultSet rs, int columnIndex, bool isSequential ) : void
GetValue ( ) : object
IsNull ( ) : bool
IsNumeric ( ) : bool

Protected Methods

Method Description
FetchInternal ( ResultSet rs, int columnIndex ) : void
FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void

Method Details

Fetch() public method

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

FetchInternal() protected abstract method

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

FetchInternal() protected method

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

GetValue() public abstract method

public abstract GetValue ( ) : object
return object

IsNull() public method

public IsNull ( ) : bool
return bool

IsNumeric() public method

public IsNumeric ( ) : bool
return bool