Method | Description | |
---|---|---|
CreateParameterNameGenerator ( ) : IParameterNameGenerator |
Creates an IParameterNameGenerator for this database connection. This is used to create names for parameters added to an ISqlStatement because each database uses a different naming convention for their parameters.
|
|
DatabaseConnectionFirebird ( string assemblyName, string className ) : Habanero.Base |
Constructor that allows an assembly name and class name to be specified
|
|
DatabaseConnectionFirebird ( string assemblyName, string className, string connectString ) : Habanero.Base |
Constructor to initialise the connection object with an assembly name, class name and connection string
|
Method | Description | |
---|---|---|
SetupSqlFormatter ( ) : void |
public CreateParameterNameGenerator ( ) : IParameterNameGenerator | ||
return | IParameterNameGenerator |
public DatabaseConnectionFirebird ( string assemblyName, string className ) : Habanero.Base | ||
assemblyName | string | The assembly name |
className | string | The database class name |
return | Habanero.Base |
public DatabaseConnectionFirebird ( string assemblyName, string className, string connectString ) : Habanero.Base | ||
assemblyName | string | The assembly name |
className | string | The class name |
connectString | string | The connection string, which can be /// generated using ConnectionStringMySqlFactory.CreateConnectionString() /// |
return | Habanero.Base |