C# 클래스 SubSonic.DataProviders.MySQL.MySqlSchema

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

공개 메소드들

메소드 설명
BuildCreateTableStatement ( ITable table ) : string

Builds a CREATE TABLE statement.

GenerateColumnAttributes ( IColumn column ) : string

Sets the column attributes.

GenerateColumns ( ITable table ) : string

Generates the columns.

GetDbType ( string mySqlType ) : DbType

Gets the type of the db.

GetNativeType ( DbType dbType ) : string

Gets the type of the native.

MySqlSchema ( ) : System.Data

메소드 상세

BuildCreateTableStatement() 공개 메소드

Builds a CREATE TABLE statement.
public BuildCreateTableStatement ( ITable table ) : string
table ITable
리턴 string

GenerateColumnAttributes() 공개 메소드

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

GenerateColumns() 공개 메소드

Generates the columns.
public GenerateColumns ( ITable table ) : string
table ITable Table containing the columns.
리턴 string

GetDbType() 공개 메소드

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

GetNativeType() 공개 메소드

Gets the type of the native.
public GetNativeType ( DbType dbType ) : string
dbType DbType Type of the db.
리턴 string

MySqlSchema() 공개 메소드

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