Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/jdbc/MonetConnection.java @ 867:5a59910e8f87
Resolve some javadoc errors and warnings
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 01 Feb 2024 18:55:11 +0100 (15 months ago) |
parents | 8dc5047e9d04 |
children | 676725ad17b5 |
comparison
equal
deleted
inserted
replaced
866:6d229896c785 | 867:5a59910e8f87 |
---|---|
1514 //== internal helper methods which do NOT belong to the JDBC interface | 1514 //== internal helper methods which do NOT belong to the JDBC interface |
1515 | 1515 |
1516 /** | 1516 /** |
1517 * Construct a Properties object holding all connection parameters such | 1517 * Construct a Properties object holding all connection parameters such |
1518 * as host, port, TLS configuration, autocommit, etc. | 1518 * as host, port, TLS configuration, autocommit, etc. |
1519 * Passing this to {@link DriverManager.getConnection()} together | 1519 * Passing this to {@link java.sql.DriverManager#getConnection(String,java.util.Properties)} |
1520 * with the URL "jdbc:monetdb:" will create a new connection identical to | 1520 * together with the URL "jdbc:monetdb:" will create a new connection identical to |
1521 * the current one. | 1521 * the current one. |
1522 * | 1522 * |
1523 * @return a Properties object | 1523 * @return a Properties object |
1524 */ | 1524 */ |
1525 public Properties getConnectionProperties() { | 1525 public Properties getConnectionProperties() { |