C# Class System.Data.ProviderBase.ReaderCacheContainerBase

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

Fetch() public méthode

public Fetch ( ResultSet rs, int columnIndex, bool isSequential ) : void
rs ResultSet
columnIndex int
isSequential bool
Résultat void

FetchInternal() protected abstract méthode

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

FetchInternal() protected méthode

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

GetValue() public abstract méthode

public abstract GetValue ( ) : object
Résultat object

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

IsNumeric() public méthode

public IsNumeric ( ) : bool
Résultat bool