You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2006/06/01 00:41:16 UTC

svn commit: r410695 [2/2] - in /db/derby/code/trunk/java: client/org/apache/derby/client/am/ResultSet.java testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk14/updatableResultSet.out

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk14/updatableResultSet.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk14/updatableResultSet.out?rev=410695&r1=410694&r2=410695&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk14/updatableResultSet.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk14/updatableResultSet.out Wed May 31 15:41:15 2006
@@ -570,9 +570,9 @@
   Got expected exception : 'updateBinaryStream' not allowed because the ResultSet is not an updatable ResultSet. 
   Test updateClob on a readonly resultset
   Using column position as first parameter to updateClob
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
   Using column name as first parameter to updateClob
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
   Test updateDate on a readonly resultset
   Using column position as first parameter to updateDate
   Got expected exception : 'updateDate' not allowed because the ResultSet is not an updatable ResultSet. 
@@ -590,9 +590,9 @@
   Got expected exception : 'updateTimestamp' not allowed because the ResultSet is not an updatable ResultSet. 
   Test updateBlob on a readonly resultset
   Using column position as first parameter to updateBlob
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
   Using column name as first parameter to updateBlob
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
   Test updateBoolean on a readonly resultset
   Using column position as first parameter to updateBoolean
   Got expected exception : 'updateBoolean' not allowed because the ResultSet is not an updatable ResultSet. 
@@ -605,14 +605,14 @@
   Got expected exception : 'updateNull' not allowed because the ResultSet is not an updatable ResultSet. 
   Test updateArray on a readonly resultset
   Using column position as first parameter to updateArray
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
   Using column name as first parameter to updateArray
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
   Test updateRef on a readonly resultset
   Using column position as first parameter to updateRef
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
   Using column name as first parameter to updateRef
-  Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+  Got expected exception : JDBC method is not yet implemented.
 Positive Test21 - Test all updateXXX(excluding updateObject) methods on all the supported sql datatypes
 Next datatype to test is SMALLINT
   Testing updateShort on SQL type SMALLINT
@@ -663,9 +663,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'SMALLINT'.
   Testing updateClob on SQL type SMALLINT
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type SMALLINT
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'SMALLINT'.
@@ -683,9 +683,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'SMALLINT'.
   Testing updateBlob on SQL type SMALLINT
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type SMALLINT
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -694,14 +694,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type SMALLINT
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type SMALLINT
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is INTEGER
   Testing updateShort on SQL type INTEGER
     Using column position as first parameter to updateShort
@@ -751,9 +751,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'INTEGER'.
   Testing updateClob on SQL type INTEGER
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type INTEGER
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'INTEGER'.
@@ -771,9 +771,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'INTEGER'.
   Testing updateBlob on SQL type INTEGER
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type INTEGER
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -782,14 +782,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type INTEGER
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type INTEGER
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is BIGINT
   Testing updateShort on SQL type BIGINT
     Using column position as first parameter to updateShort
@@ -839,9 +839,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BIGINT'.
   Testing updateClob on SQL type BIGINT
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type BIGINT
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BIGINT'.
@@ -859,9 +859,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BIGINT'.
   Testing updateBlob on SQL type BIGINT
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type BIGINT
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -870,14 +870,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type BIGINT
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type BIGINT
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is DECIMAL(10,5)
   Testing updateShort on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateShort
@@ -927,9 +927,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DECIMAL'.
   Testing updateClob on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'.
@@ -947,9 +947,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'.
   Testing updateBlob on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -958,14 +958,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is REAL
   Testing updateShort on SQL type REAL
     Using column position as first parameter to updateShort
@@ -1013,9 +1013,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'REAL'.
   Testing updateClob on SQL type REAL
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type REAL
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'.
@@ -1033,9 +1033,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'.
   Testing updateBlob on SQL type REAL
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type REAL
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -1044,14 +1044,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type REAL
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type REAL
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is DOUBLE
   Testing updateShort on SQL type DOUBLE
     Using column position as first parameter to updateShort
@@ -1099,9 +1099,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DOUBLE'.
   Testing updateClob on SQL type DOUBLE
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type DOUBLE
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'.
@@ -1119,9 +1119,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'.
   Testing updateBlob on SQL type DOUBLE
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type DOUBLE
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -1130,14 +1130,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type DOUBLE
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type DOUBLE
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is CHAR(60)
   Testing updateShort on SQL type CHAR(60)
     Using column position as first parameter to updateShort
@@ -1181,9 +1181,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CHAR'.
   Testing updateClob on SQL type CHAR(60)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type CHAR(60)
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -1195,9 +1195,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type CHAR(60)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type CHAR(60)
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -1206,14 +1206,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type CHAR(60)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type CHAR(60)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is VARCHAR(60)
   Testing updateShort on SQL type VARCHAR(60)
     Using column position as first parameter to updateShort
@@ -1257,9 +1257,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'VARCHAR'.
   Testing updateClob on SQL type VARCHAR(60)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type VARCHAR(60)
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -1271,9 +1271,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type VARCHAR(60)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type VARCHAR(60)
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -1282,14 +1282,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type VARCHAR(60)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type VARCHAR(60)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is LONG VARCHAR
   Testing updateShort on SQL type LONG VARCHAR
     Using column position as first parameter to updateShort
@@ -1333,9 +1333,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'LONGVARCHAR'.
   Testing updateClob on SQL type LONG VARCHAR
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type LONG VARCHAR
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -1347,9 +1347,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type LONG VARCHAR
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type LONG VARCHAR
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -1358,14 +1358,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type LONG VARCHAR
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type LONG VARCHAR
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is CHAR(2) FOR BIT DATA
   Testing updateShort on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateShort
@@ -1425,9 +1425,9 @@
     Using column name as first parameter to updateBinaryStream
   Testing updateClob on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BINARY'.
@@ -1445,9 +1445,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BINARY'.
   Testing updateBlob on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
@@ -1458,14 +1458,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is VARCHAR(2) FOR BIT DATA
   Testing updateShort on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateShort
@@ -1525,9 +1525,9 @@
     Using column name as first parameter to updateBinaryStream
   Testing updateClob on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'VARBINARY'.
@@ -1545,9 +1545,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'VARBINARY'.
   Testing updateBlob on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
@@ -1558,14 +1558,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is LONG VARCHAR FOR BIT DATA
   Testing updateShort on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateShort
@@ -1625,9 +1625,9 @@
     Using column name as first parameter to updateBinaryStream
   Testing updateClob on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'LONGVARBINARY'.
@@ -1645,9 +1645,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'LONGVARBINARY'.
   Testing updateBlob on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
@@ -1658,14 +1658,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is CLOB(1k)
   Testing updateShort on SQL type CLOB(1k)
     Using column position as first parameter to updateShort
@@ -1723,9 +1723,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CLOB'.
   Testing updateClob on SQL type CLOB(1k)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type CLOB(1k)
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'CLOB'.
@@ -1743,9 +1743,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'CLOB'.
   Testing updateBlob on SQL type CLOB(1k)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type CLOB(1k)
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
@@ -1756,14 +1756,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type CLOB(1k)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type CLOB(1k)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is DATE
   Testing updateShort on SQL type DATE
     Using column position as first parameter to updateShort
@@ -1827,9 +1827,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DATE'.
   Testing updateClob on SQL type DATE
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type DATE
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -1843,9 +1843,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type DATE
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type DATE
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'DATE'.
@@ -1856,14 +1856,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type DATE
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type DATE
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is TIME
   Testing updateShort on SQL type TIME
     Using column position as first parameter to updateShort
@@ -1927,9 +1927,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIME'.
   Testing updateClob on SQL type TIME
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type TIME
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'TIME'.
@@ -1943,9 +1943,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type TIME
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type TIME
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIME'.
@@ -1956,14 +1956,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type TIME
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type TIME
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is TIMESTAMP
   Testing updateShort on SQL type TIMESTAMP
     Using column position as first parameter to updateShort
@@ -2027,9 +2027,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'TIMESTAMP'.
   Testing updateClob on SQL type TIMESTAMP
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type TIMESTAMP
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -2043,9 +2043,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type TIMESTAMP
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type TIMESTAMP
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'TIMESTAMP'.
@@ -2056,14 +2056,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type TIMESTAMP
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type TIMESTAMP
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is BLOB(1k)
   Testing updateShort on SQL type BLOB(1k)
     Using column position as first parameter to updateShort
@@ -2123,9 +2123,9 @@
     Using column name as first parameter to updateBinaryStream
   Testing updateClob on SQL type BLOB(1k)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type BLOB(1k)
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BLOB'.
@@ -2143,9 +2143,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BLOB'.
   Testing updateBlob on SQL type BLOB(1k)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type BLOB(1k)
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BLOB'.
@@ -2156,14 +2156,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type BLOB(1k)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type BLOB(1k)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Positive Test22 - Test updateObject method
 Next datatype to test is SMALLINT
   updateObject with column position & Short object as parameters
@@ -3255,9 +3255,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'SMALLINT'.
   Testing updateClob on SQL type SMALLINT
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type SMALLINT
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'SMALLINT'.
@@ -3275,9 +3275,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'SMALLINT'.
   Testing updateBlob on SQL type SMALLINT
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type SMALLINT
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3286,14 +3286,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type SMALLINT
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type SMALLINT
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is INTEGER
   Testing updateShort on SQL type INTEGER
     Using column position as first parameter to updateShort
@@ -3343,9 +3343,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'INTEGER'.
   Testing updateClob on SQL type INTEGER
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type INTEGER
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'INTEGER'.
@@ -3363,9 +3363,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'INTEGER'.
   Testing updateBlob on SQL type INTEGER
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type INTEGER
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3374,14 +3374,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type INTEGER
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type INTEGER
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is BIGINT
   Testing updateShort on SQL type BIGINT
     Using column position as first parameter to updateShort
@@ -3431,9 +3431,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'BIGINT'.
   Testing updateClob on SQL type BIGINT
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type BIGINT
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BIGINT'.
@@ -3451,9 +3451,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BIGINT'.
   Testing updateBlob on SQL type BIGINT
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type BIGINT
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3462,14 +3462,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type BIGINT
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type BIGINT
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is DECIMAL(10,5)
   Testing updateShort on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateShort
@@ -3519,9 +3519,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DECIMAL'.
   Testing updateClob on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'.
@@ -3539,9 +3539,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'.
   Testing updateBlob on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3550,14 +3550,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type DECIMAL(10,5)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is REAL
   Testing updateShort on SQL type REAL
     Using column position as first parameter to updateShort
@@ -3605,9 +3605,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'REAL'.
   Testing updateClob on SQL type REAL
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type REAL
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'.
@@ -3625,9 +3625,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'.
   Testing updateBlob on SQL type REAL
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type REAL
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3636,14 +3636,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type REAL
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type REAL
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is DOUBLE
   Testing updateShort on SQL type DOUBLE
     Using column position as first parameter to updateShort
@@ -3691,9 +3691,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'DOUBLE'.
   Testing updateClob on SQL type DOUBLE
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type DOUBLE
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'.
@@ -3711,9 +3711,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'.
   Testing updateBlob on SQL type DOUBLE
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type DOUBLE
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3722,14 +3722,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type DOUBLE
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type DOUBLE
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is CHAR(60)
   Testing updateShort on SQL type CHAR(60)
     Using column position as first parameter to updateShort
@@ -3773,9 +3773,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CHAR'.
   Testing updateClob on SQL type CHAR(60)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type CHAR(60)
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -3787,9 +3787,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type CHAR(60)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type CHAR(60)
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3798,14 +3798,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type CHAR(60)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type CHAR(60)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is VARCHAR(60)
   Testing updateShort on SQL type VARCHAR(60)
     Using column position as first parameter to updateShort
@@ -3849,9 +3849,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'VARCHAR'.
   Testing updateClob on SQL type VARCHAR(60)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type VARCHAR(60)
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -3863,9 +3863,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type VARCHAR(60)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type VARCHAR(60)
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3874,14 +3874,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type VARCHAR(60)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type VARCHAR(60)
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is LONG VARCHAR
   Testing updateShort on SQL type LONG VARCHAR
     Using column position as first parameter to updateShort
@@ -3925,9 +3925,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'LONGVARCHAR'.
   Testing updateClob on SQL type LONG VARCHAR
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type LONG VARCHAR
     Using column position as first parameter to updateDate
     Using column name as first parameter to updateDate
@@ -3939,9 +3939,9 @@
     Using column name as first parameter to updateTimestamp
   Testing updateBlob on SQL type LONG VARCHAR
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type LONG VARCHAR
     Using column position as first parameter to updateBoolean
     Using column name as first parameter to updateBoolean
@@ -3950,14 +3950,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type LONG VARCHAR
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type LONG VARCHAR
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is CHAR(2) FOR BIT DATA
   Testing updateShort on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateShort
@@ -4017,9 +4017,9 @@
     Using column name as first parameter to updateBinaryStream
   Testing updateClob on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BINARY'.
@@ -4037,9 +4037,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BINARY'.
   Testing updateBlob on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'BINARY'.
@@ -4050,14 +4050,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type CHAR(2) FOR BIT DATA
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is VARCHAR(2) FOR BIT DATA
   Testing updateShort on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateShort
@@ -4117,9 +4117,9 @@
     Using column name as first parameter to updateBinaryStream
   Testing updateClob on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'VARBINARY'.
@@ -4137,9 +4137,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'VARBINARY'.
   Testing updateBlob on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'VARBINARY'.
@@ -4150,14 +4150,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type VARCHAR(2) FOR BIT DATA
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is LONG VARCHAR FOR BIT DATA
   Testing updateShort on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateShort
@@ -4217,9 +4217,9 @@
     Using column name as first parameter to updateBinaryStream
   Testing updateClob on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'LONGVARBINARY'.
@@ -4237,9 +4237,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'LONGVARBINARY'.
   Testing updateBlob on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'LONGVARBINARY'.
@@ -4250,14 +4250,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateRef on SQL type LONG VARCHAR FOR BIT DATA
     Using column position as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateRef
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
 Next datatype to test is CLOB(1k)
   Testing updateShort on SQL type CLOB(1k)
     Using column position as first parameter to updateShort
@@ -4315,9 +4315,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.io.InputStream' into a data value of type 'CLOB'.
   Testing updateClob on SQL type CLOB(1k)
     Using column position as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateClob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateDate on SQL type CLOB(1k)
     Using column position as first parameter to updateDate
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'CLOB'.
@@ -4335,9 +4335,9 @@
       Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'CLOB'.
   Testing updateBlob on SQL type CLOB(1k)
     Using column position as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateBlob
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
   Testing updateBoolean on SQL type CLOB(1k)
     Using column position as first parameter to updateBoolean
       Got expected exception : An attempt was made to put a data value of type 'byte' into a data value of type 'CLOB'.
@@ -4348,14 +4348,14 @@
     Using column name as first parameter to updateNull
   Testing updateArray on SQL type CLOB(1k)
     Using column position as first parameter to updateArray
-      Got expected exception : Feature not implemented: JDBC 3 method called - not yet supported.
+      Got expected exception : JDBC method is not yet implemented.
     Using column name as first parameter to updateArray

[... 185 lines stripped ...]