Purpose

The host name, or workstation ID, of the client machine to be stored in the database. This property sets the hostname column of the sysprocesses table in the database.

Valid values

string

where:

string
is the host name of the client machine.

Notes

  • WSID can be used as an alias for ClientHostName.
  • Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.

Data source method

public String getClientHostName()

public void setClientHostName(String)

Default

Empty string

Data type

String

See also