C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqliteJobTableCreation

Inheritance: IJobTableCreation
Mostra file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
CreateJobTable ( ) : QueueCreationResult

Creates the job storage table if needed

SqliteJobTableCreation ( bool>.IQueryHandler queryTableExists, SqliteJobSchema createSchema, QueueCreationResult>.ICommandHandlerWithOutput createCommand, IConnectionInformation connectionInfo, TableNameHelper tableNameHelper ) : DotNetWorkQueue.Transport.SQLite.Basic.Command

Initializes a new instance of the SqliteJobTableCreation class.

Private Methods

Method Description
CreateTable ( ) : QueueCreationResult

Creates the queue.

Method Details

CreateJobTable() public method

Creates the job storage table if needed
public CreateJobTable ( ) : QueueCreationResult
return QueueCreationResult

SqliteJobTableCreation() public method

Initializes a new instance of the SqliteJobTableCreation class.
public SqliteJobTableCreation ( bool>.IQueryHandler queryTableExists, SqliteJobSchema createSchema, QueueCreationResult>.ICommandHandlerWithOutput createCommand, IConnectionInformation connectionInfo, TableNameHelper tableNameHelper ) : DotNetWorkQueue.Transport.SQLite.Basic.Command
queryTableExists bool>.IQueryHandler The query table exists.
createSchema SqliteJobSchema The create schema.
createCommand QueueCreationResult>.ICommandHandlerWithOutput The create command.
connectionInfo IConnectionInformation The connection information.
tableNameHelper TableNameHelper The table name helper.
return DotNetWorkQueue.Transport.SQLite.Basic.Command