C# Class EvolveDb.Dialect.CockroachDB.CockroachDBCluster

Inheritance: DatabaseHelper
显示文件 Open project: lecaillon/Evolve

Public Methods

Method 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 method

public CockroachDBCluster ( WrappedConnection wrappedConnection ) : EvolveDb.Connection
wrappedConnection WrappedConnection
return EvolveDb.Connection

GetCurrentSchemaName() public method

public GetCurrentSchemaName ( ) : string
return string

GetMetadataTable() public method

public GetMetadataTable ( string schema, string tableName ) : IEvolveMetadata
schema string
tableName string
return IEvolveMetadata

GetSchema() public method

public GetSchema ( string schemaName ) : Schema
schemaName string
return Schema

ReleaseApplicationLock() public method

public ReleaseApplicationLock ( ) : bool
return bool

TryAcquireApplicationLock() public method

public TryAcquireApplicationLock ( ) : bool
return bool