C# Class NHibernate.Lob.External.ExternalBlobDbCommandWrapper

Inheritance: System.Data.Common.DbCommand
Mostra file Open project: sebmarkbage/calyptus.lob

Public Methods

Method Description
Cancel ( ) : void
ExecuteNonQuery ( ) : int
ExecuteScalar ( ) : object
ExternalBlobDbCommandWrapper ( DbConnection conn, DbCommand cmd ) : System
Prepare ( ) : void

Protected Methods

Method Description
CreateDbParameter ( ) : DbParameter
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader

Method Details

Cancel() public method

public Cancel ( ) : void
return void

CreateDbParameter() protected method

protected CreateDbParameter ( ) : DbParameter
return System.Data.Common.DbParameter

ExecuteDbDataReader() protected method

protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader
behavior CommandBehavior
return System.Data.Common.DbDataReader

ExecuteNonQuery() public method

public ExecuteNonQuery ( ) : int
return int

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object

ExternalBlobDbCommandWrapper() public method

public ExternalBlobDbCommandWrapper ( DbConnection conn, DbCommand cmd ) : System
conn System.Data.Common.DbConnection
cmd System.Data.Common.DbCommand
return System

Prepare() public method

public Prepare ( ) : void
return void