C# Class Lob.NHibernate.Tests.StubDriver

Inheritance: IDriver
Datei anzeigen Open project: bittercoder/Lob

Public Methods

Method Description
AdjustCommand ( IDbCommand command ) : void
Configure ( string>.IDictionary settings ) : void
CreateConnection ( ) : IDbConnection
ExpandQueryParameters ( IDbCommand cmd, NHibernate.SqlCommand.SqlString sqlString ) : void
GenerateCommand ( CommandType type, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType parameterTypes ) : IDbCommand
GenerateParameter ( IDbCommand command, string name, NHibernate.SqlTypes.SqlType sqlType ) : IDbDataParameter
GetResultSetsCommand ( ISessionImplementor session ) : IResultSetsCommand
PrepareCommand ( IDbCommand command ) : void
RemoveUnusedCommandParameters ( IDbCommand cmd, NHibernate.SqlCommand.SqlString sqlString ) : void

Method Details

AdjustCommand() public method

public AdjustCommand ( IDbCommand command ) : void
command IDbCommand
return void

Configure() public method

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

CreateConnection() public method

public CreateConnection ( ) : IDbConnection
return IDbConnection

ExpandQueryParameters() public method

public ExpandQueryParameters ( IDbCommand cmd, NHibernate.SqlCommand.SqlString sqlString ) : void
cmd IDbCommand
sqlString NHibernate.SqlCommand.SqlString
return void

GenerateCommand() public method

public GenerateCommand ( CommandType type, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType parameterTypes ) : IDbCommand
type CommandType
sqlString NHibernate.SqlCommand.SqlString
parameterTypes NHibernate.SqlTypes.SqlType
return IDbCommand

GenerateParameter() public method

public GenerateParameter ( IDbCommand command, string name, NHibernate.SqlTypes.SqlType sqlType ) : IDbDataParameter
command IDbCommand
name string
sqlType NHibernate.SqlTypes.SqlType
return IDbDataParameter

GetResultSetsCommand() public method

public GetResultSetsCommand ( ISessionImplementor session ) : IResultSetsCommand
session ISessionImplementor
return IResultSetsCommand

PrepareCommand() public method

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

RemoveUnusedCommandParameters() public method

public RemoveUnusedCommandParameters ( IDbCommand cmd, NHibernate.SqlCommand.SqlString sqlString ) : void
cmd IDbCommand
sqlString NHibernate.SqlCommand.SqlString
return void