A group of actions: Database


The action connects to the database with the specified connection parameters.

Action icon

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Transaction isolation levelIsolation level of access to the database during the execution of transactions. Dropdown list: No transactions, Read uncommited, Read committed, Repeatable read, SerializableRobin.String No
LoginLogin to connect the databaseRobin.String No
PasswordPassword to connect the databaseRobin.Object No
DB server URLThe URL of the server where the database is located. Examples: jdbc: h2: mem: h2inmem; jdbc: sqlite: C: Users User1 test.dbRobin.String Yes
Driver class full nameDriver class full nameRobin.String Yes
The driver classpath for the specified databaseThe driver classpath for the specified databaseRobin.FilePath Yes
TimeoutTime 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 contextConnection context to the selected databaseRobin.DbContextDatabase context 
  • Нет меток