Host property



Sets or gets the name of the IP host machine.

Syntax

Set:     JdbcSource.setHost(hostName)
Get: hostName = JdbcSource.getHost()

Applies to

JdbcSource class.

Data type

String.

Usage

Specifies the name of the IP host machine to use when replacing %HOST% in the database URL.

Example
Host property example

See also
JdbcSource applet