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

Creates a table that stores data about scheduled jobs
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
GetSchema ( ) : List

Returns our schema as a list of tables.

SqliteJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic

Initializes a new instance of the SqliteJobSchema class.

Private Methods

Méthode Description
CreateMainTable ( ) : Table

Creates the main table schema

Method Details

GetSchema() public méthode

Returns our schema as a list of tables.
public GetSchema ( ) : List
Résultat List

SqliteJobSchema() public méthode

Initializes a new instance of the SqliteJobSchema class.
public SqliteJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic
tableNameHelper TableNameHelper The table name helper.
Résultat System.Collections.Generic