changeset 669:ec767930da50

Removed 2 non-JDBC-API methods. Some searching showed they are probably copied over from https://javadoc.io/static/org.postgresql/postgresql/9.4.1212.jre6/org/postgresql/jdbc/PgDatabaseMetaData.html#rowChangesAreDetected(int) when the first JDBC driver code was created in 2008.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 27 Oct 2022 21:41:54 +0200 (2022-10-27)
parents 1d616f378ffc
children 3034312c1eda
files src/main/java/org/monetdb/jdbc/MonetDatabaseMetaData.java
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetDatabaseMetaData.java
+++ b/src/main/java/org/monetdb/jdbc/MonetDatabaseMetaData.java
@@ -3437,15 +3437,6 @@ public class MonetDatabaseMetaData
 		return con;
 	}
 
-	/* I don't find these in the spec!?! */
-	public boolean rowChangesAreDetected(final int type) {
-		return false;
-	}
-
-	public boolean rowChangesAreVisible(final int type) {
-		return false;
-	}
-
 	//== 1.4 methods (JDBC 3)
 
 	/**