A group of actions: Database
The action connects to the database with the specified connection parameters.
Settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Transaction isolation level | Isolation level of access to the database during the execution of transactions. Dropdown list: No transactions, Read uncommited, Read committed, Repeatable read, Serializable | Robin.String | No | |
Login | Login to connect the database | Robin.String | No | |
Password | Password to connect the database | Robin.String | No | |
DB server URL | The URL of the server where the database is located. Examples: jdbc: h2: mem: h2inmem; jdbc: sqlite: C: Users User1 test.db | Robin.String | Yes | |
Driver class full name | Driver class full name | Robin.String | Yes | |
The driver classpath for the specified database | The driver classpath for the specified database | Robin.FilePath | Yes | |
Timeout | Time limit for connection creation. Further it is used as the maximum waiting time for the execution of requests in the connection. The default is 60 s. May depend on driver implementation. | Robin.Numeric | No | |
Results | ||||
DB context | Connection context to the selected database | Robin.DbContext | Database context |
Обзор
Инструменты контента