Method | Description | |
---|---|---|
Configure ( string>.System |
||
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 |
public Configure ( string>.System |
||
settings | string>.System | |
return | void |
public CreateConnection ( ) : System.Data.IDbConnection | ||
return | System.Data.IDbConnection |
public ExternalBlobDriverWrapper ( IDriver driver ) : System | ||
driver | IDriver | |
return | System |
public GenerateCommand ( System type, global sqlString, global parameterTypes ) : System.Data.IDbCommand | ||
type | System | |
sqlString | global | |
parameterTypes | global | |
return | System.Data.IDbCommand |
public GenerateParameter ( System command, string name, NHibernate sqlType ) : System.Data.IDbDataParameter | ||
command | System | |
name | string | |
sqlType | NHibernate | |
return | System.Data.IDbDataParameter |
public PrepareCommand ( System command ) : void | ||
command | System | |
return | void |