C# Класс DotNetWorkQueue.Transport.SQLite.Basic.SqliteJobSchema

Creates a table that stores data about scheduled jobs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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