C# Class System.Data.ProviderBase.BlobReaderCacheContainer

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

Public Methods

Method Description
GetValue ( ) : object

Protected Methods

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

Private Methods

Method Description
GetBytes ( long dataIndex, byte buffer, int bufferIndex, int length ) : long
ReadAll ( ) : void

Method Details

FetchInternal() protected method

protected 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 method

public GetValue ( ) : object
return object