C# 클래스 Net.Sf.Dbdeploy.Database.DbmsSyntax

상속: IDbmsSyntax
파일 보기 프로젝트 열기: brunomlopes/dbdeploy.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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