C# Class DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlJobTableCreation

Inheritance: IJobTableCreation
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
CreateJobTable ( ) : QueueCreationResult

Creates the job storage table if needed

PostgreSqlJobTableCreation ( bool>.IQueryHandler queryTableExists, PostgreSqlJobSchema createSchema, QueueCreationResult>.ICommandHandlerWithOutput createCommand, IConnectionInformation connectionInfo, TableNameHelper tableNameHelper ) : DotNetWorkQueue.Transport.PostgreSQL.Basic.Command

Initializes a new instance of the PostgreSqlMessageQueueCreation class.

Private Methods

Méthode Description
CreateTable ( ) : QueueCreationResult

Creates the queue.

Method Details

CreateJobTable() public méthode

Creates the job storage table if needed
public CreateJobTable ( ) : QueueCreationResult
Résultat QueueCreationResult

PostgreSqlJobTableCreation() public méthode

Initializes a new instance of the PostgreSqlMessageQueueCreation class.
public PostgreSqlJobTableCreation ( bool>.IQueryHandler queryTableExists, PostgreSqlJobSchema createSchema, QueueCreationResult>.ICommandHandlerWithOutput createCommand, IConnectionInformation connectionInfo, TableNameHelper tableNameHelper ) : DotNetWorkQueue.Transport.PostgreSQL.Basic.Command
queryTableExists bool>.IQueryHandler The query table exists.
createSchema PostgreSqlJobSchema The create schema.
createCommand QueueCreationResult>.ICommandHandlerWithOutput The create command.
connectionInfo IConnectionInformation The connection information.
tableNameHelper TableNameHelper The table name helper.
Résultat DotNetWorkQueue.Transport.PostgreSQL.Basic.Command