C# Class NuGetGallery.Operations.DatabaseTaskBase

Inheritance: OpsTask
Afficher le fichier Open project: JetBrains/ReSharperGallery

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ValidateArguments ( ) : void

Méthodes protégées

Méthode Description
GetConnectionFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : System.Data.SqlClient.SqlConnectionStringBuilder
OpenConnection ( ) : SqlConnection
OpenMasterConnection ( ) : SqlConnection
WithConnection ( Func act ) : bool
WithConnection ( SqlExecutor>.Action act ) : void
WithConnection ( Action act ) : void
WithMasterConnection ( Func act ) : bool
WithMasterConnection ( SqlExecutor>.Action act ) : void
WithMasterConnection ( Action act ) : void
WithTableType ( SqlConnection connection, string name, string definition, System.Action act ) : void

Method Details

GetConnectionFromEnvironment() protected abstract méthode

protected abstract GetConnectionFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : System.Data.SqlClient.SqlConnectionStringBuilder
environment NuGetGallery.Operations.DeploymentEnvironment
Résultat System.Data.SqlClient.SqlConnectionStringBuilder

OpenConnection() protected méthode

protected OpenConnection ( ) : SqlConnection
Résultat System.Data.SqlClient.SqlConnection

OpenMasterConnection() protected méthode

protected OpenMasterConnection ( ) : SqlConnection
Résultat System.Data.SqlClient.SqlConnection

ValidateArguments() public méthode

public ValidateArguments ( ) : void
Résultat void

WithConnection() protected méthode

protected WithConnection ( Func act ) : bool
act Func
Résultat bool

WithConnection() protected méthode

protected WithConnection ( SqlExecutor>.Action act ) : void
act SqlExecutor>.Action
Résultat void

WithConnection() protected méthode

protected WithConnection ( Action act ) : void
act Action
Résultat void

WithMasterConnection() protected méthode

protected WithMasterConnection ( Func act ) : bool
act Func
Résultat bool

WithMasterConnection() protected méthode

protected WithMasterConnection ( SqlExecutor>.Action act ) : void
act SqlExecutor>.Action
Résultat void

WithMasterConnection() protected méthode

protected WithMasterConnection ( Action act ) : void
act Action
Résultat void

WithTableType() protected static méthode

protected static WithTableType ( SqlConnection connection, string name, string definition, System.Action act ) : void
connection System.Data.SqlClient.SqlConnection
name string
definition string
act System.Action
Résultat void