Annotation Interface Db2Schema


@Retention(RUNTIME) @Target(FIELD) public @interface Db2Schema
Db2 Schema
Annotation:
Description:
The @Db2Schema annotation requests schema to be created or accessed on a tagged Db2.
Examples:
@Db2Schema(tag="PRIMARY", schemaName=mySchema)
public IDb2Schema schema;
Extra:
The IDb2 interface gives the test the ability to applyStatements and retrieve basic information about this schema
  • Element Details

    • tag

      String tag
      Default:
      "PRIMARY"
    • db2Tag

      String db2Tag
      Default:
      "PRIMARY"
    • archive

      boolean archive
      Default:
      false
    • resultSetType

      int resultSetType
      Default:
      1004
    • resultSetConcurrency

      int resultSetConcurrency
      Default:
      1007