C# 클래스 SubSonic.DataProviders.SqlServer.Sql2005Schema

상속: SubSonic.SqlGeneration.Schema.ANSISchemaGenerator
파일 보기 프로젝트 열기: rally25rs/SubSonic-3.0

공개 메소드들

메소드 설명
BuildCreateTableStatement ( ITable table ) : string
BuildDropColumnStatement ( string tableName, string columnName ) : string

Removes the column.

GenerateColumnAttributes ( IColumn column ) : string

Sets the column attributes.

GetDbType ( string sqlType ) : DbType

Gets the type of the db.

GetNativeType ( DbType dbType ) : string
Sql2005Schema ( ) : System.Data

메소드 상세

BuildCreateTableStatement() 공개 메소드

public BuildCreateTableStatement ( ITable table ) : string
table ITable
리턴 string

BuildDropColumnStatement() 공개 메소드

Removes the column.
public BuildDropColumnStatement ( string tableName, string columnName ) : string
tableName string
columnName string
리턴 string

GenerateColumnAttributes() 공개 메소드

Sets the column attributes.
public GenerateColumnAttributes ( IColumn column ) : string
column IColumn The column.
리턴 string

GetDbType() 공개 메소드

Gets the type of the db.
public GetDbType ( string sqlType ) : DbType
sqlType string Type of the SQL.
리턴 DbType

GetNativeType() 공개 메소드

public GetNativeType ( DbType dbType ) : string
dbType DbType
리턴 string

Sql2005Schema() 공개 메소드

public Sql2005Schema ( ) : System.Data
리턴 System.Data