Skip to main content

AliasSubDbDb2

This page provides generated reference documentation for the AliasSubDbDb2 data model.

Overview

PropertySummary
hostThe host under which the Db2 database server is reachable.
portThe port under which the Db2 database server is reachable.
databaseThe name of the database to which this alias is to be connected.
schemaThe database schema to which this alias is to be connected.
userThe user to be used to log on to the Db2 database server.
passwordThe password of the user to be used to log on to the Db2 database server.
timezoneThe timezone of the alias definition.
autoOrderByIDIf yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed.

host

Type: String

The host under which the Db2 database server is reachable.


port

Type: Integer
Default: 99999
Constraints: Minimum: 0, Maximum: 65536

The port under which the Db2 database server is reachable.


database

Type: String

The name of the database to which this alias is to be connected.


schema

Type: String

The database schema to which this alias is to be connected.


user

Type: String

The user to be used to log on to the Db2 database server.


password

Type: String

The password of the user to be used to log on to the Db2 database server.


timezone

Type: String

The timezone of the alias definition.


autoOrderByID

Type: Boolean
Default: true

If yes/true, each frame is automatically sorted by the ID column of the respective database table. If no/false, no automatic sorting will be executed.