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