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

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.

PostgreSqlJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic

Initializes a new instance of the PostgreSqlJobSchema 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

PostgreSqlJobSchema() public method

Initializes a new instance of the PostgreSqlJobSchema class.
public PostgreSqlJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic
tableNameHelper TableNameHelper The table name helper.
return System.Collections.Generic
EN | RU | DE | FR | ES | PT | IT | JP | ZH | KO