C# Class Sharp.Data.Databases.DataProvider

Inheritance: IDataProvider
Afficher le fichier Open project: sharpmigrations/sharpmigrations

Méthodes publiques

Méthode Description
CommandToBeExecutedAfterAnExceptionIsRaised ( ) : string
CommandToBeExecutedBeforeEachOther ( ) : string
ConfigCommand ( IDbCommand command, object parameters, bool isBulk ) : void
CreateSpecificException ( Exception exception, string sql ) : DatabaseException
GetConnection ( ) : IDbConnection
GetParameter ( ) : IDbDataParameter
GetParameter ( In parameter, bool isBulk ) : IDbDataParameter
GetParameterCursor ( ) : IDbDataParameter

Méthodes protégées

Méthode Description
DataProvider ( System.Data.Common.DbProviderFactory dbProviderFactory ) : System

Method Details

CommandToBeExecutedAfterAnExceptionIsRaised() public méthode

public CommandToBeExecutedAfterAnExceptionIsRaised ( ) : string
Résultat string

CommandToBeExecutedBeforeEachOther() public méthode

public CommandToBeExecutedBeforeEachOther ( ) : string
Résultat string

ConfigCommand() public méthode

public ConfigCommand ( IDbCommand command, object parameters, bool isBulk ) : void
command IDbCommand
parameters object
isBulk bool
Résultat void

CreateSpecificException() public méthode

public CreateSpecificException ( Exception exception, string sql ) : DatabaseException
exception System.Exception
sql string
Résultat DatabaseException

DataProvider() protected méthode

protected DataProvider ( System.Data.Common.DbProviderFactory dbProviderFactory ) : System
dbProviderFactory System.Data.Common.DbProviderFactory
Résultat System

GetConnection() public méthode

public GetConnection ( ) : IDbConnection
Résultat IDbConnection

GetParameter() public méthode

public GetParameter ( ) : IDbDataParameter
Résultat IDbDataParameter

GetParameter() public méthode

public GetParameter ( In parameter, bool isBulk ) : IDbDataParameter
parameter In
isBulk bool
Résultat IDbDataParameter

GetParameterCursor() public méthode

public GetParameterCursor ( ) : IDbDataParameter
Résultat IDbDataParameter