C# 클래스 MySql.Data.MySqlClient.MySqlProviderServices

상속: System.Data.Common.DbProviderServices
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

보호된 메소드들

메소드 설명
CreateDbCommandDefinition ( System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree ) : System.Data.Common.DbCommandDefinition
DbCreateDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
DbCreateDatabaseScript ( string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : string
DbDatabaseExists ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : bool
DbDeleteDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
GetDbProviderManifest ( string manifestToken ) : System.Data.Common.DbProviderManifest
GetDbProviderManifestToken ( DbConnection connection ) : string

비공개 메소드들

메소드 설명
GetAssociationCreateScript ( System.Data.Metadata.Edm.AssociationType a ) : string
GetColumnType ( TypeUsage type ) : string
GetFacetString ( System.Data.Metadata.Edm.EdmProperty column ) : string
GetTableCreateScript ( System.Data.Metadata.Edm.EntitySet entitySet ) : string
IsStringType ( TypeUsage type ) : bool
MySqlProviderServices ( ) : System
SetExpectedTypes ( System.Data.Common.CommandTrees.DbCommandTree commandTree, EFMySqlCommand cmd ) : void

Sets the expected column types

SetFunctionExpectedTypes ( System.Data.Common.CommandTrees.DbFunctionCommandTree tree, EFMySqlCommand cmd ) : void

Sets the expected column types for a given function command tree

SetQueryExpectedTypes ( System.Data.Common.CommandTrees.DbQueryCommandTree tree, EFMySqlCommand cmd ) : void

Sets the expected column types for a given query command tree

메소드 상세

CreateDbCommandDefinition() 보호된 메소드

protected CreateDbCommandDefinition ( System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree ) : System.Data.Common.DbCommandDefinition
providerManifest System.Data.Common.DbProviderManifest
commandTree System.Data.Common.CommandTrees.DbCommandTree
리턴 System.Data.Common.DbCommandDefinition

DbCreateDatabase() 보호된 메소드

protected DbCreateDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
리턴 void

DbCreateDatabaseScript() 보호된 메소드

protected DbCreateDatabaseScript ( string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : string
providerManifestToken string
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
리턴 string

DbDatabaseExists() 보호된 메소드

protected DbDatabaseExists ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : bool
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
리턴 bool

DbDeleteDatabase() 보호된 메소드

protected DbDeleteDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
리턴 void

GetDbProviderManifest() 보호된 메소드

protected GetDbProviderManifest ( string manifestToken ) : System.Data.Common.DbProviderManifest
manifestToken string
리턴 System.Data.Common.DbProviderManifest

GetDbProviderManifestToken() 보호된 메소드

protected GetDbProviderManifestToken ( DbConnection connection ) : string
connection DbConnection
리턴 string