Package dev.galasa.db2
Annotation Interface Db2Instance
Db2 Instance
- Annotation:
 - Description:
 - The 
@Db2annotation requests a connection to a Db2 instance with a specified tag. - Examples:
 @Db2(tag="PRIMARY")
public IDb2 db;
- Extra:
 - The 
IDb2interface gives the test access to a standard java.sql.Connection. This connection can then be used as standard to interact with the Db2 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
tag
String tag- Default:
 - "PRIMARY"
 
 
 -