C# Класс Net.Sf.Dbdeploy.Database.DbmsSyntax

Наследование: IDbmsSyntax
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
SchemaRegex Regex

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

Метод Описание
CreateChangeLogTableSqlScript ( string tableName ) : string

Gets the Change Log Table create script.

GetTableInfo ( string tableName ) : Net.Sf.Dbdeploy.Database.TableInfo

Gets the table name and schema.

GetTemplateFileNameFor ( string templateQualifier ) : string
TableExists ( string tableName ) : string

Gets the syntax for checking if a table exists.

Защищенные методы

Метод Описание
DbmsSyntax ( string dbms ) : System.Globalization

Initializes a new instance of the DbmsSyntax class.

Описание методов

CreateChangeLogTableSqlScript() публичный Метод

Gets the Change Log Table create script.
public CreateChangeLogTableSqlScript ( string tableName ) : string
tableName string Name of the change log table.
Результат string

DbmsSyntax() защищенный Метод

Initializes a new instance of the DbmsSyntax class.
protected DbmsSyntax ( string dbms ) : System.Globalization
dbms string The DBMS.
Результат System.Globalization

GetTableInfo() публичный Метод

Gets the table name and schema.
public GetTableInfo ( string tableName ) : Net.Sf.Dbdeploy.Database.TableInfo
tableName string Name of the table.
Результат Net.Sf.Dbdeploy.Database.TableInfo

GetTemplateFileNameFor() публичный Метод

public GetTemplateFileNameFor ( string templateQualifier ) : string
templateQualifier string
Результат string

TableExists() публичный Метод

Gets the syntax for checking if a table exists.
public TableExists ( string tableName ) : string
tableName string Name of the table.
Результат string

Описание свойств

SchemaRegex публичное статическое свойство

The Regex for removing the schema name from a table.
public static Regex SchemaRegex
Результат Regex