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