C# Class NHibernate.Lob.External.ExternalBlobDriverWrapper

Inheritance: IDriver
Mostra file Open project: sebmarkbage/calyptus.lob

Public Methods

Method Description
Configure ( string>.System settings ) : void
CreateConnection ( ) : System.Data.IDbConnection
ExternalBlobDriverWrapper ( IDriver driver ) : System
GenerateCommand ( System type, global sqlString, global parameterTypes ) : System.Data.IDbCommand
GenerateParameter ( System command, string name, NHibernate sqlType ) : System.Data.IDbDataParameter
PrepareCommand ( System command ) : void

Method Details

Configure() public method

public Configure ( string>.System settings ) : void
settings string>.System
return void

CreateConnection() public method

public CreateConnection ( ) : System.Data.IDbConnection
return System.Data.IDbConnection

ExternalBlobDriverWrapper() public method

public ExternalBlobDriverWrapper ( IDriver driver ) : System
driver IDriver
return System

GenerateCommand() public method

public GenerateCommand ( System type, global sqlString, global parameterTypes ) : System.Data.IDbCommand
type System
sqlString global
parameterTypes global
return System.Data.IDbCommand

GenerateParameter() public method

public GenerateParameter ( System command, string name, NHibernate sqlType ) : System.Data.IDbDataParameter
command System
name string
sqlType NHibernate
return System.Data.IDbDataParameter

PrepareCommand() public method

public PrepareCommand ( System command ) : void
command System
return void