PortNumber
- Last Updated: November 10, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Amazon Redshift 6.0
- Documentation
Purpose
The TCP port of the primary database server that is listening for connections to the database.
This property is supported only for data source connections.
Valid Values
port
where:
- port
- is the port number.
Data Source Method
public Integer getPortNumber()
public void setPortNumber(Integer)
Default
5439
Data Type
int