PortNumber
- Last Updated: February 7, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies 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 String getPortNumber()
public void setPortNumber(String)
Default
21050
Data Type
Integer