StiInformixDatabase Class
Namespace: Stimulsoft.Report.Dictionary
Inheritance
Inherits from: StiSqlDatabase
Constructors
| Constructor | Description |
|---|---|
| StiInformixDatabase() | Creates a new object of the type StiInformixDatabase. |
| StiInformixDatabase(string name, string connectionString) | Creates a new object of the type StiInformixDatabase. |
| StiInformixDatabase(string name, string alias, string connectionString) | Creates a new object of the type StiInformixDatabase. |
| StiInformixDatabase(string name, string alias, string connectionString, bool promptUserNameAndpassword) | Creates a new object of the type StiInformixDatabase. |
| StiInformixDatabase(string name, string alias, string connectionString, bool promptUserNameAndpassword, string key) | Creates a new object of the type StiInformixDatabase. |
StiInformixDatabase()
Creates a new object of the type StiInformixDatabase.
StiInformixDatabase(name: string, connectionString: string)
Creates a new object of the type StiInformixDatabase.
Parameters
- name (string)
- connectionString (string)
StiInformixDatabase(name: string, alias: string, connectionString: string)
Creates a new object of the type StiInformixDatabase.
Parameters
- name (string)
- alias (string)
- connectionString (string)
StiInformixDatabase(name: string, alias: string, connectionString: string, promptUserNameAndpassword: bool)
Creates a new object of the type StiInformixDatabase.
Parameters
- name (string)
- alias (string)
- connectionString (string)
- promptUserNameAndpassword (bool)
StiInformixDatabase(name: string, alias: string, connectionString: string, promptUserNameAndpassword: bool, key: string)
Creates a new object of the type StiInformixDatabase.
Parameters
- name (string)
- alias (string)
- connectionString (string)
- promptUserNameAndpassword (bool)
- key (string)
Methods
| Method | Returns | Description |
|---|---|---|
| CreateConnector | StiDataConnector | Returns new data connector for this database. |
| CreateDataSource | StiSqlSource | Returns new data source for this database. |
| GetConnectionStringHelper | string | |
| GetDataAdapterType | Type | |
| MapUserNameAndPassword | string |
Method Details
CreateConnector
CreateConnector(connectionString: string): StiDataConnector
Returns new data connector for this database.
Parameters
- connectionString (string)
Returns StiDataConnector — Created connector.
CreateDataSource
CreateDataSource(nameInSource: string, name: string): StiSqlSource
Returns new data source for this database.
Parameters
- nameInSource (string)
- name (string)
Returns StiSqlSource — Created data source.
GetConnectionStringHelper
GetConnectionStringHelper(): string
Returns string
GetDataAdapterType
GetDataAdapterType(): Type
Returns Type
MapUserNameAndPassword
MapUserNameAndPassword(userName: string, password: string): string
Parameters
- userName (string)
- password (string)
Returns string