C# Class EvolveDb.Dialect.CockroachDB.CockroachDBCluster

Inheritance: DatabaseHelper
Afficher le fichier Open project: lecaillon/Evolve

Méthodes publiques

Méthode Description
CockroachDBCluster ( WrappedConnection wrappedConnection ) : EvolveDb.Connection
GetCurrentSchemaName ( ) : string
GetMetadataTable ( string schema, string tableName ) : IEvolveMetadata
GetSchema ( string schemaName ) : Schema
ReleaseApplicationLock ( ) : bool
TryAcquireApplicationLock ( ) : bool

Method Details

CockroachDBCluster() public méthode

public CockroachDBCluster ( WrappedConnection wrappedConnection ) : EvolveDb.Connection
wrappedConnection WrappedConnection
Résultat EvolveDb.Connection

GetCurrentSchemaName() public méthode

public GetCurrentSchemaName ( ) : string
Résultat string

GetMetadataTable() public méthode

public GetMetadataTable ( string schema, string tableName ) : IEvolveMetadata
schema string
tableName string
Résultat IEvolveMetadata

GetSchema() public méthode

public GetSchema ( string schemaName ) : Schema
schemaName string
Résultat Schema

ReleaseApplicationLock() public méthode

public ReleaseApplicationLock ( ) : bool
Résultat bool

TryAcquireApplicationLock() public méthode

public TryAcquireApplicationLock ( ) : bool
Résultat bool