Namespaces

Types

Type OracleClientDriver

Namespace NHibernate.Driver

Parent ReflectionBasedDriver

Methods

Properties

Public instance methods

void Configure(IDictionary settings)

Parameters
IDictionary settings

IBatcher CreateBatcher(ConnectionManager connectionManager)

Parameters
return IBatcher
ConnectionManager connectionManager

IDbCommand CreateCommand()

Parameters
return IDbCommand

IDbConnection CreateConnection()

Parameters
return IDbConnection

bool Equals(object obj)

Parameters
return bool
object obj

string FormatNameForParameter(string parameterName)

Parameters
return string
string parameterName

string FormatNameForSql(string parameterName)

Parameters
return string
string parameterName

IDbCommand GenerateCommand(CommandType type, SqlString sqlString, SqlType[] parameterTypes)

Parameters
return IDbCommand
CommandType type
SqlString sqlString
SqlType[] parameterTypes

IDbDataParameter GenerateOutputParameter(IDbCommand command)

Parameters
return IDbDataParameter
IDbCommand command

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

void PrepareCommand(IDbCommand command)

Parameters
IDbCommand command

string ToString()

Parameters
return string

Public properties

string NamedPrefix get;

return string

bool SupportsMultipleOpenReaders get;

return bool

bool SupportsMultipleQueries get;

return bool

bool UseNamedPrefixInParameter get;

return bool

bool UseNamedPrefixInSql get;

return bool