FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
integer | messageId
Unique request-response matching number. |
string | serviceId
The service Id this database is on. |
string | databaseName
The name of the datbaase to open. |
string | userName
The username to the database. |
string | password
The password to the database. |
string | autoCommit
Auto-commit mode: (case insensitive values). default - Use setting from config file. false - Disable auto-commit. x.x - Value (seconds) for ADBC adapter timed auto-commit. true - Enable data source specific auto-commit. |
boolean | readOnly
If true, open db connection in read only mode(default is fale). |
dictionary<string, string> | extraParams
Any additional parameters. |
Member detail |
---|
string autoCommitAuto-commit mode: (case insensitive values). default - Use setting from config file.
string databaseNameThe name of the datbaase to open.
dictionary<string, string> extraParamsAny additional parameters.
integer messageIdUnique request-response matching number.
string passwordThe password to the database.
boolean readOnlyIf true, open db connection in read only mode(default is fale).
string serviceIdThe service Id this database is on.
string userNameThe username to the database.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |