C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.SqliteJobSchema

Creates a table that stores data about scheduled jobs
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
GetSchema ( ) : List

Returns our schema as a list of tables.

SqliteJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic

Initializes a new instance of the SqliteJobSchema class.

비공개 메소드들

메소드 설명
CreateMainTable ( ) : Table

Creates the main table schema

메소드 상세

GetSchema() 공개 메소드

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

SqliteJobSchema() 공개 메소드

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