C# Class NHibernate.Lob.External.ExternalBlobDriverWrapper

Inheritance: IDriver
Afficher le fichier Open project: sebmarkbage/calyptus.lob

Méthodes publiques

Méthode 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 méthode

public Configure ( string>.System settings ) : void
settings string>.System
Résultat void

CreateConnection() public méthode

public CreateConnection ( ) : System.Data.IDbConnection
Résultat System.Data.IDbConnection

ExternalBlobDriverWrapper() public méthode

public ExternalBlobDriverWrapper ( IDriver driver ) : System
driver IDriver
Résultat System

GenerateCommand() public méthode

public GenerateCommand ( System type, global sqlString, global parameterTypes ) : System.Data.IDbCommand
type System
sqlString global
parameterTypes global
Résultat System.Data.IDbCommand

GenerateParameter() public méthode

public GenerateParameter ( System command, string name, NHibernate sqlType ) : System.Data.IDbDataParameter
command System
name string
sqlType NHibernate
Résultat System.Data.IDbDataParameter

PrepareCommand() public méthode

public PrepareCommand ( System command ) : void
command System
Résultat void