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

Creates a table that stores data about scheduled jobs
ファイルを表示 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method 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

Method Description
CreateMainTable ( ) : Table

Creates the main table schema

Method Details

GetSchema() public method

Returns our schema as a list of tables.
public GetSchema ( ) : List
return List

SqliteJobSchema() public method

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