C# Class CqlSharp.CqlProviderFactory

Provider factory than return the CqlSharp ADO object instances
Inheritance: System.Data.Common.DbProviderFactory
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
CreateCommand ( ) : DbCommand

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbCommand class.

CreateConnection ( ) : DbConnection

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbConnection class.

CreateConnectionStringBuilder ( ) : DbConnectionStringBuilder

Returns a new instance of the provider's class that implements the class.

CreateDataAdapter ( ) : DbDataAdapter

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbDataAdapter class.

CreateParameter ( ) : DbParameter

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbParameter class.

Method Details

CreateCommand() public méthode

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbCommand class.
public CreateCommand ( ) : DbCommand
Résultat System.Data.Common.DbCommand

CreateConnection() public méthode

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbConnection class.
public CreateConnection ( ) : DbConnection
Résultat System.Data.Common.DbConnection

CreateConnectionStringBuilder() public méthode

Returns a new instance of the provider's class that implements the class.
public CreateConnectionStringBuilder ( ) : DbConnectionStringBuilder
Résultat System.Data.Common.DbConnectionStringBuilder

CreateDataAdapter() public méthode

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbDataAdapter class.
public CreateDataAdapter ( ) : DbDataAdapter
Résultat System.Data.Common.DbDataAdapter

CreateParameter() public méthode

Returns a new instance of the provider's class that implements the T:System.Data.Common.DbParameter class.
public CreateParameter ( ) : DbParameter
Résultat System.Data.Common.DbParameter