C# Class MySql.Data.MySqlClient.MySqlProviderServices

Inheritance: System.Data.Common.DbProviderServices
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CreateDbCommandDefinition() protected méthode

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
Résultat System.Data.Common.DbCommandDefinition

DbCreateDatabase() protected méthode

protected DbCreateDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Résultat void

DbCreateDatabaseScript() protected méthode

protected DbCreateDatabaseScript ( string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : string
providerManifestToken string
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Résultat string

DbDatabaseExists() protected méthode

protected DbDatabaseExists ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : bool
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Résultat bool

DbDeleteDatabase() protected méthode

protected DbDeleteDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Résultat void

GetDbProviderManifest() protected méthode

protected GetDbProviderManifest ( string manifestToken ) : System.Data.Common.DbProviderManifest
manifestToken string
Résultat System.Data.Common.DbProviderManifest

GetDbProviderManifestToken() protected méthode

protected GetDbProviderManifestToken ( DbConnection connection ) : string
connection DbConnection
Résultat string