Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 1a20356f1fe902b4741090d0fceae855 > files > 2

netbeans-7.0.1-3.mga2.src.rpm

--- netbeans-7.0.1/db/libsrc/org/netbeans/lib/ddl/adaptors/DefaultAdaptor.java	2011-07-28 20:45:16.000000000 -0400
+++ netbeans-7.0.1/db/libsrc/org/netbeans/lib/ddl/adaptors/DefaultAdaptor.java	2011-10-27 23:10:08.158038407 -0400
@@ -4089,4 +4089,14 @@
     public boolean autoCommitFailureClosesAllResultSets() throws SQLException {
         return false;
     }
+
+    //JDK 1.7 / JDBC 4.1
+
+    public ResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException {
+        return null;
+    }
+
+    public boolean generatedKeyAlwaysReturned() throws SQLException {
+        return false;
+    }
 }