C# 클래스 CqlSharp.CqlProviderFactory

Provider factory than return the CqlSharp ADO object instances
상속: System.Data.Common.DbProviderFactory
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
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.

메소드 상세

CreateCommand() 공개 메소드

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

CreateConnection() 공개 메소드

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

CreateConnectionStringBuilder() 공개 메소드

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

CreateDataAdapter() 공개 메소드

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

CreateParameter() 공개 메소드

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