PortNumber
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Denodo 6.0
- Documentation
Purpose
The TCP port of the primary database server that is listening for connections to the Denodo database.
This property is supported only for data source connections.
Note: The driver connects to the
9996 port and any
customized port that is configured on the PostgreSQL wire protocol.Valid Values
port
where:
- port
- is the port number.
Data Source Methods
public Integer getPortNumber()
public void setPortNumber(Integer)
Default
9996
Data Type
Integer