C# Class System.Data.ProviderBase.ClobReaderCacheContainer

Inheritance: StringReaderCacheContainer
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
GetValue ( ) : object

Méthodes protégées

Méthode Description
FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void

Private Methods

Méthode Description
GetChars ( long dataIndex, char buffer, int bufferIndex, int length ) : long
ReadAll ( ) : void

Method Details

FetchInternal() protected méthode

protected FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void
rs ResultSet
columnIndex int
isSequential bool
Résultat void

GetValue() public méthode

public GetValue ( ) : object
Résultat object