C# Class CqlSharp.CqlProviderFactory

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

Public Methods

Method 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 method

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

CreateConnection() public method

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

CreateConnectionStringBuilder() public method

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

CreateDataAdapter() public method

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

CreateParameter() public method

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