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 bp...@apache.org on 2006/04/03 19:13:58 UTC

svn commit: r391086 [2/3] - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: master/DerbyNetClient/ master/DerbyNetClient/jdk14/ master/DerbyNetClient/jdk16/ tests/jdbcapi/

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out?rev=391086&r1=391085&r2=391086&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out Mon Apr  3 10:13:55 2006
@@ -115,19 +115,19 @@
   setString(null) as batch getShort=0 was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
-  setBytes() as batch (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getShort=0 was null true CLOUD EXT (OK)
   setBytes(null) as batchgetShort=0 was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
-  setDate() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getShort=0 was null true CLOUD EXT (OK)
   setDate(null) as batch getShort=0 was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
-  setTime() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getShort=0 was null true CLOUD EXT (OK)
   setTime(null) as batch getShort=0 was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
-  setTimestamp() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getShort=0 was null true CLOUD EXT (OK)
   setTimestamp(null) as batch getShort=0 was null true CLOUD EXT (OK)
   setAsciiStream()  (22018):Invalid character string format for type SMALLINT. JDBC MATCH (INVALID)
@@ -135,7 +135,7 @@
   setAsciiStream(null) getShort=0 was null true CLOUD EXT (OK)
   setAsciiStream(null) as batch getShort=0 was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
-  setBinaryStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getShort=0 was null true CLOUD EXT (OK)
   setBinaryStream(null) as batch getShort=0 was null true CLOUD EXT (OK)
   setCharacterStream() getShort=89 was null false CLOUD EXT (OK)
@@ -147,7 +147,7 @@
   setClob(null) getShort=0 was null true CLOUD EXT (OK)
   setClob(null) as batch getShort=0 was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
-  setBlob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getShort=0 was null true CLOUD EXT (OK)
   setBlob(null) as batch getShort=0 was null true CLOUD EXT (OK)
   setUnicodeStream()  (22018):Invalid character string format for type SMALLINT. JDBC MATCH (INVALID)
@@ -169,13 +169,13 @@
   setObject(java.lang.Double) getShort=12 was null false JDBC MATCH(OK)
   setObject(java.lang.Double) as batch getShort=12 was null false JDBC MATCH(OK)
   setObject(byte[]) IC JDBC MATCH (INVALID)
-  setObject(byte[]) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Date) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Time) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Timestamp) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'SMALLINT'. JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : INTEGER
  NULL VALUE
   getByte=0 was null true JDBC MATCH(OK)
@@ -288,19 +288,19 @@
   setString(null) as batch getInt=0 was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
-  setBytes() as batch (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getInt=0 was null true CLOUD EXT (OK)
   setBytes(null) as batchgetInt=0 was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
-  setDate() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getInt=0 was null true CLOUD EXT (OK)
   setDate(null) as batch getInt=0 was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
-  setTime() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getInt=0 was null true CLOUD EXT (OK)
   setTime(null) as batch getInt=0 was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
-  setTimestamp() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getInt=0 was null true CLOUD EXT (OK)
   setTimestamp(null) as batch getInt=0 was null true CLOUD EXT (OK)
   setAsciiStream()  (22018):Invalid character string format for type INTEGER. JDBC MATCH (INVALID)
@@ -308,7 +308,7 @@
   setAsciiStream(null) getInt=0 was null true CLOUD EXT (OK)
   setAsciiStream(null) as batch getInt=0 was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
-  setBinaryStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getInt=0 was null true CLOUD EXT (OK)
   setBinaryStream(null) as batch getInt=0 was null true CLOUD EXT (OK)
   setCharacterStream() getInt=89 was null false CLOUD EXT (OK)
@@ -320,7 +320,7 @@
   setClob(null) getInt=0 was null true CLOUD EXT (OK)
   setClob(null) as batch getInt=0 was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
-  setBlob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getInt=0 was null true CLOUD EXT (OK)
   setBlob(null) as batch getInt=0 was null true CLOUD EXT (OK)
   setUnicodeStream()  (22018):Invalid character string format for type INTEGER. JDBC MATCH (INVALID)
@@ -342,13 +342,13 @@
   setObject(java.lang.Double) getInt=12 was null false JDBC MATCH(OK)
   setObject(java.lang.Double) as batch getInt=12 was null false JDBC MATCH(OK)
   setObject(byte[]) IC JDBC MATCH (INVALID)
-  setObject(byte[]) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Date) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Time) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Timestamp) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'INTEGER'. JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : BIGINT
  NULL VALUE
   getByte=0 was null true JDBC MATCH(OK)
@@ -461,19 +461,19 @@
   setString(null) as batch getLong=0 was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
-  setBytes() as batch (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getLong=0 was null true CLOUD EXT (OK)
   setBytes(null) as batchgetLong=0 was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
-  setDate() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getLong=0 was null true CLOUD EXT (OK)
   setDate(null) as batch getLong=0 was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
-  setTime() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getLong=0 was null true CLOUD EXT (OK)
   setTime(null) as batch getLong=0 was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
-  setTimestamp() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getLong=0 was null true CLOUD EXT (OK)
   setTimestamp(null) as batch getLong=0 was null true CLOUD EXT (OK)
   setAsciiStream()  (22018):Invalid character string format for type BIGINT. JDBC MATCH (INVALID)
@@ -481,7 +481,7 @@
   setAsciiStream(null) getLong=0 was null true CLOUD EXT (OK)
   setAsciiStream(null) as batch getLong=0 was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
-  setBinaryStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getLong=0 was null true CLOUD EXT (OK)
   setBinaryStream(null) as batch getLong=0 was null true CLOUD EXT (OK)
   setCharacterStream() getLong=89 was null false CLOUD EXT (OK)
@@ -493,7 +493,7 @@
   setClob(null) getLong=0 was null true CLOUD EXT (OK)
   setClob(null) as batch getLong=0 was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
-  setBlob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getLong=0 was null true CLOUD EXT (OK)
   setBlob(null) as batch getLong=0 was null true CLOUD EXT (OK)
   setUnicodeStream()  (22018):Invalid character string format for type BIGINT. JDBC MATCH (INVALID)
@@ -515,13 +515,13 @@
   setObject(java.lang.Double) getLong=12 was null false JDBC MATCH(OK)
   setObject(java.lang.Double) as batch getLong=12 was null false JDBC MATCH(OK)
   setObject(byte[]) IC JDBC MATCH (INVALID)
-  setObject(byte[]) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Date) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Time) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Timestamp) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'BIGINT'. JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : REAL
  NULL VALUE
   getByte=0 was null true JDBC MATCH(OK)
@@ -634,19 +634,19 @@
   setString(null) as batch getFloat=0.0 was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
-  setBytes() as batch (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setBytes(null) as batchgetFloat=0.0 was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
-  setDate() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setDate(null) as batch getFloat=0.0 was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
-  setTime() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setTime(null) as batch getFloat=0.0 was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
-  setTimestamp() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setTimestamp(null) as batch getFloat=0.0 was null true CLOUD EXT (OK)
   setAsciiStream()  (22018):Invalid character string format for type REAL. JDBC MATCH (INVALID)
@@ -654,7 +654,7 @@
   setAsciiStream(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setAsciiStream(null) as batch getFloat=0.0 was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
-  setBinaryStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setBinaryStream(null) as batch getFloat=0.0 was null true CLOUD EXT (OK)
   setCharacterStream() getFloat=89.0 was null false CLOUD EXT (OK)
@@ -666,7 +666,7 @@
   setClob(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setClob(null) as batch getFloat=0.0 was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
-  setBlob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getFloat=0.0 was null true CLOUD EXT (OK)
   setBlob(null) as batch getFloat=0.0 was null true CLOUD EXT (OK)
   setUnicodeStream()  (22018):Invalid character string format for type REAL. JDBC MATCH (INVALID)
@@ -688,13 +688,13 @@
   setObject(java.lang.Double) getFloat=12.33 was null false JDBC MATCH(OK)
   setObject(java.lang.Double) as batch getFloat=12.33 was null false JDBC MATCH(OK)
   setObject(byte[]) IC JDBC MATCH (INVALID)
-  setObject(byte[]) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Date) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Time) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Timestamp) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'. JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : FLOAT
 FAIL - mismatch column type 8 expected 6
  NULL VALUE
@@ -808,19 +808,19 @@
   setString(null) as batch getDouble=0.0 was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
-  setBytes() as batch (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setBytes(null) as batchgetDouble=0.0 was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
-  setDate() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setDate(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
-  setTime() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setTime(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
-  setTimestamp() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setTimestamp(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setAsciiStream()  (22018):Invalid character string format for type DOUBLE. JDBC MATCH (INVALID)
@@ -828,7 +828,7 @@
   setAsciiStream(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setAsciiStream(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
-  setBinaryStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setBinaryStream(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setCharacterStream() getDouble=89.0 was null false CLOUD EXT (OK)
@@ -840,7 +840,7 @@
   setClob(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setClob(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
-  setBlob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setBlob(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setUnicodeStream()  (22018):Invalid character string format for type DOUBLE. JDBC MATCH (INVALID)
@@ -862,13 +862,13 @@
   setObject(java.lang.Double) getDouble=12.33 was null false JDBC MATCH(OK)
   setObject(java.lang.Double) as batch getDouble=12.33 was null false JDBC MATCH(OK)
   setObject(byte[]) IC JDBC MATCH (INVALID)
-  setObject(byte[]) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Date) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Time) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Timestamp) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : DOUBLE
  NULL VALUE
   getByte=0 was null true JDBC MATCH(OK)
@@ -981,19 +981,19 @@
   setString(null) as batch getDouble=0.0 was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
-  setBytes() as batch (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setBytes(null) as batchgetDouble=0.0 was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
-  setDate() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setDate(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
-  setTime() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setTime(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
-  setTimestamp() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setTimestamp(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setAsciiStream()  (22018):Invalid character string format for type DOUBLE. JDBC MATCH (INVALID)
@@ -1001,7 +1001,7 @@
   setAsciiStream(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setAsciiStream(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
-  setBinaryStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setBinaryStream(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setCharacterStream() getDouble=89.0 was null false CLOUD EXT (OK)
@@ -1013,7 +1013,7 @@
   setClob(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setClob(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
-  setBlob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getDouble=0.0 was null true CLOUD EXT (OK)
   setBlob(null) as batch getDouble=0.0 was null true CLOUD EXT (OK)
   setUnicodeStream()  (22018):Invalid character string format for type DOUBLE. JDBC MATCH (INVALID)
@@ -1035,13 +1035,13 @@
   setObject(java.lang.Double) getDouble=12.33 was null false JDBC MATCH(OK)
   setObject(java.lang.Double) as batch getDouble=12.33 was null false JDBC MATCH(OK)
   setObject(byte[]) IC JDBC MATCH (INVALID)
-  setObject(byte[]) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Date) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Time) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Timestamp) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DOUBLE'. JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : DECIMAL(10,5)
  NULL VALUE
   getByte=0 was null true JDBC MATCH(OK)
@@ -1154,19 +1154,19 @@
   setString(null) as batch getBigDecimal=null was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
-  setBytes() as batch (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setBytes(null) as batchgetBigDecimal=null was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
-  setDate() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setDate(null) as batch getBigDecimal=null was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
-  setTime() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setTime(null) as batch getBigDecimal=null was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
-  setTimestamp() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setTimestamp(null) as batch getBigDecimal=null was null true CLOUD EXT (OK)
   setAsciiStream()  (22018):Invalid character string format for type DECIMAL. JDBC MATCH (INVALID)
@@ -1174,7 +1174,7 @@
   setAsciiStream(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setAsciiStream(null) as batch getBigDecimal=null was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
-  setBinaryStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setBinaryStream(null) as batch getBigDecimal=null was null true CLOUD EXT (OK)
   setCharacterStream() getBigDecimal=89.00000 was null false CLOUD EXT (OK)
@@ -1186,7 +1186,7 @@
   setClob(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setClob(null) as batch getBigDecimal=null was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
-  setBlob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getBigDecimal=null was null true CLOUD EXT (OK)
   setBlob(null) as batch getBigDecimal=null was null true CLOUD EXT (OK)
   setUnicodeStream()  (22018):Invalid character string format for type DECIMAL. JDBC MATCH (INVALID)
@@ -1208,13 +1208,13 @@
   setObject(java.lang.Double) getBigDecimal=12.33000 was null false JDBC MATCH(OK)
   setObject(java.lang.Double) as batch getBigDecimal=12.33000 was null false JDBC MATCH(OK)
   setObject(byte[]) IC JDBC MATCH (INVALID)
-  setObject(byte[]) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Date) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Time) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
-  setObject(java.sql.Timestamp) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'. JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : 2
   skipping
 getXXX on : -7
@@ -1828,48 +1828,90 @@
 setXXX() with all JDBC Types on VARCHAR(60) FOR BIT DATA
 For setXXX() methods that pass an object, a null and valid values are checked
   setByte() IC JDBC MATCH (INVALID)
+  setByte() as batch IC JDBC MATCH (INVALID)
   setShort() IC JDBC MATCH (INVALID)
+  setShort() as batch IC JDBC MATCH (INVALID)
   setInt() IC JDBC MATCH (INVALID)
+  setInt() as batch IC JDBC MATCH (INVALID)
   setLong() IC JDBC MATCH (INVALID)
+  setLong() as batch IC JDBC MATCH (INVALID)
   setFloat() IC JDBC MATCH (INVALID)
+  setFloat() as batch IC JDBC MATCH (INVALID)
   setDouble() IC JDBC MATCH (INVALID)
+  setDouble() as batch IC JDBC MATCH (INVALID)
   setBigDecimal() IC JDBC MATCH (INVALID)
+  setBigDecimal() as batch IC JDBC MATCH (INVALID)
   setBigDecimal(null) getBytes=null was null true CLOUD EXT (OK)
+  setBigDecimal(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setBoolean() IC JDBC MATCH (INVALID)
+  setBoolean() as batch IC JDBC MATCH (INVALID)
   setString() IC JDBC MATCH (INVALID)
+  setString() as batch IC JDBC MATCH (INVALID)
   setString(null) getBytes=null was null true CLOUD EXT (OK)
+  setString(null) as batch getBytes=null was null true CLOUD EXT (OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() getBytes=0x4,0x3 was null false JDBC MATCH(OK)
+  setBytes() as batchgetBytes=0x4,0x3 was null false JDBC MATCH(OK)
   setBytes(null) getBytes=null was null true JDBC MATCH(OK)
+  setBytes(null) as batchgetBytes=null was null true JDBC MATCH(OK)
   setDate() IC JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getBytes=null was null true CLOUD EXT (OK)
+  setDate(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getBytes=null was null true CLOUD EXT (OK)
+  setTime(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getBytes=null was null true CLOUD EXT (OK)
+  setTimestamp(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setAsciiStream() IC JDBC MATCH (INVALID)
+  setAsciiStream() as batch IC JDBC MATCH (INVALID)
   setAsciiStream(null) getBytes=null was null true CLOUD EXT (OK)
+  setAsciiStream(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setBinaryStream() getBytes=0x82,0x43 was null false JDBC MATCH(OK)
+  setBinaryStream() as batch getBytes=0x82,0x43 was null false JDBC MATCH(OK)
   setBinaryStream(null) getBytes=null was null true JDBC MATCH(OK)
+  setBinaryStream(null) as batch getBytes=null was null true JDBC MATCH(OK)
   setCharacterStream() IC JDBC MATCH (INVALID)
+  setCharacterStream() as batch IC JDBC MATCH (INVALID)
   setCharacterStream(null) getBytes=null was null true CLOUD EXT (OK)
+  setCharacterStream(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setClob() IC JDBC MATCH (INVALID)
+  setClob() as batch IC JDBC MATCH (INVALID)
   setClob(null) getBytes=null was null true CLOUD EXT (OK)
+  setClob(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setBlob() getBytes=0x32,0x43 was null false CLOUD EXT (OK)
+  setBlob() as batch getBytes=0x32,0x43 was null false CLOUD EXT (OK)
   setBlob(null) getBytes=null was null true CLOUD EXT (OK)
+  setBlob(null) as batch getBytes=null was null true CLOUD EXT (OK)
   setUnicodeStream()  (XCL12):An attempt was made to put a data value of type 'java.lang.String' into a data value of type 'VARCHAR () FOR BIT DATA'. JDBC FAIL VARCHAR(60) FOR BIT DATA
   setUnicodeStream(null) getBytes=null was null true JDBC MATCH(OK)
+  setObject(null)  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
+  setObject(null) as batch  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
   setObject(java.lang.String)  (XCL12):An attempt was made to put a data value of type 'java.lang.String' into a data value of type 'VARCHAR () FOR BIT DATA'. JDBC FAIL VARCHAR(60) FOR BIT DATA
+  setObject(java.lang.String) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (XCL12):Error for batch element #0: An attempt was made to put a data value of type 'java.lang.String' into a data value of type 'VARCHAR () FOR BIT DATA'. JDBC FAIL VARCHAR(60) FOR BIT DATA
   setObject(java.math.BigDecimal) IC JDBC MATCH (INVALID)
+  setObject(java.math.BigDecimal) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Boolean) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Boolean) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Integer) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Integer) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Long) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Long) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Float) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Float) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Double) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Double) as batch IC JDBC MATCH (INVALID)
   setObject(byte[]) getBytes=0x32,0x39 was null false JDBC MATCH(OK)
+  setObject(byte[]) as batch getBytes=0x32,0x39 was null false JDBC MATCH(OK)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : LONG VARCHAR FOR BIT DATA
   skipping
 getXXX on : DATE
@@ -1961,48 +2003,90 @@
 setXXX() with all JDBC Types on DATE
 For setXXX() methods that pass an object, a null and valid values are checked
   setByte() IC JDBC MATCH (INVALID)
+  setByte() as batch IC JDBC MATCH (INVALID)
   setShort() IC JDBC MATCH (INVALID)
+  setShort() as batch IC JDBC MATCH (INVALID)
   setInt() IC JDBC MATCH (INVALID)
+  setInt() as batch IC JDBC MATCH (INVALID)
   setLong() IC JDBC MATCH (INVALID)
+  setLong() as batch IC JDBC MATCH (INVALID)
   setFloat() IC JDBC MATCH (INVALID)
+  setFloat() as batch IC JDBC MATCH (INVALID)
   setDouble() IC JDBC MATCH (INVALID)
+  setDouble() as batch IC JDBC MATCH (INVALID)
   setBigDecimal() IC JDBC MATCH (INVALID)
+  setBigDecimal() as batch IC JDBC MATCH (INVALID)
   setBigDecimal(null) getDate=null was null true CLOUD EXT (OK)
+  setBigDecimal(null) as batch getDate=null was null true CLOUD EXT (OK)
   setBoolean() IC JDBC MATCH (INVALID)
+  setBoolean() as batch IC JDBC MATCH (INVALID)
   setString()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC FAIL DATE
+  setString() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC FAIL DATE
   setString(null) getDate=null was null true JDBC MATCH(OK)
+  setString(null) as batch getDate=null was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getDate=null was null true CLOUD EXT (OK)
+  setBytes(null) as batchgetDate=null was null true CLOUD EXT (OK)
   setDate() getDate=2004-02-14 was null false JDBC MATCH(OK)
+  setDate() as batch getDate=2004-02-14 was null false JDBC MATCH(OK)
   setDate(null) getDate=null was null true JDBC MATCH(OK)
+  setDate(null) as batch getDate=null was null true JDBC MATCH(OK)
   setTime() IC JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getDate=null was null true CLOUD EXT (OK)
+  setTime(null) as batch getDate=null was null true CLOUD EXT (OK)
   setTimestamp() getDate=2004-02-23 was null false JDBC MATCH(OK)
+  setTimestamp() as batch getDate=2004-02-23 was null false JDBC MATCH(OK)
   setTimestamp(null) getDate=null was null true JDBC MATCH(OK)
+  setTimestamp(null) as batch getDate=null was null true JDBC MATCH(OK)
   setAsciiStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setAsciiStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setAsciiStream(null) getDate=null was null true CLOUD EXT (OK)
+  setAsciiStream(null) as batch getDate=null was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getDate=null was null true CLOUD EXT (OK)
+  setBinaryStream(null) as batch getDate=null was null true CLOUD EXT (OK)
   setCharacterStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setCharacterStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setCharacterStream(null) getDate=null was null true CLOUD EXT (OK)
+  setCharacterStream(null) as batch getDate=null was null true CLOUD EXT (OK)
   setClob()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setClob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setClob(null) getDate=null was null true CLOUD EXT (OK)
+  setClob(null) as batch getDate=null was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getDate=null was null true CLOUD EXT (OK)
+  setBlob(null) as batch getDate=null was null true CLOUD EXT (OK)
   setUnicodeStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setUnicodeStream(null) getDate=null was null true CLOUD EXT (OK)
+  setObject(null)  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
+  setObject(null) as batch  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
   setObject(java.lang.String)  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC FAIL DATE
+  setObject(java.lang.String) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC FAIL DATE
   setObject(java.math.BigDecimal) IC JDBC MATCH (INVALID)
+  setObject(java.math.BigDecimal) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Boolean) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Boolean) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Integer) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Integer) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Long) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Long) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Float) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Float) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Double) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Double) as batch IC JDBC MATCH (INVALID)
   setObject(byte[]) IC JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) getDate=2004-02-14 was null false JDBC MATCH(OK)
+  setObject(java.sql.Date) as batch getDate=2004-02-14 was null false JDBC MATCH(OK)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) getDate=2004-02-23 was null false JDBC MATCH(OK)
+  setObject(java.sql.Timestamp) as batch getDate=2004-02-23 was null false JDBC MATCH(OK)
 getXXX on : TIME
  NULL VALUE
   getByte=0 was null true CLOUD EXT (OK)
@@ -2092,48 +2176,90 @@
 setXXX() with all JDBC Types on TIME
 For setXXX() methods that pass an object, a null and valid values are checked
   setByte() IC JDBC MATCH (INVALID)
+  setByte() as batch IC JDBC MATCH (INVALID)
   setShort() IC JDBC MATCH (INVALID)
+  setShort() as batch IC JDBC MATCH (INVALID)
   setInt() IC JDBC MATCH (INVALID)
+  setInt() as batch IC JDBC MATCH (INVALID)
   setLong() IC JDBC MATCH (INVALID)
+  setLong() as batch IC JDBC MATCH (INVALID)
   setFloat() IC JDBC MATCH (INVALID)
+  setFloat() as batch IC JDBC MATCH (INVALID)
   setDouble() IC JDBC MATCH (INVALID)
+  setDouble() as batch IC JDBC MATCH (INVALID)
   setBigDecimal() IC JDBC MATCH (INVALID)
+  setBigDecimal() as batch IC JDBC MATCH (INVALID)
   setBigDecimal(null) getTime=null was null true CLOUD EXT (OK)
+  setBigDecimal(null) as batch getTime=null was null true CLOUD EXT (OK)
   setBoolean() IC JDBC MATCH (INVALID)
+  setBoolean() as batch IC JDBC MATCH (INVALID)
   setString()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIME
+  setString() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIME
   setString(null) getTime=null was null true JDBC MATCH(OK)
+  setString(null) as batch getTime=null was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getTime=null was null true CLOUD EXT (OK)
+  setBytes(null) as batchgetTime=null was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getTime=null was null true CLOUD EXT (OK)
+  setDate(null) as batch getTime=null was null true CLOUD EXT (OK)
   setTime() getTime=13:26:42 was null false JDBC MATCH(OK)
+  setTime() as batch getTime=13:26:42 was null false JDBC MATCH(OK)
   setTime(null) getTime=null was null true JDBC MATCH(OK)
+  setTime(null) as batch getTime=null was null true JDBC MATCH(OK)
   setTimestamp() getTime=17:14:24 was null false JDBC MATCH(OK)
+  setTimestamp() as batch getTime=17:14:24 was null false JDBC MATCH(OK)
   setTimestamp(null) getTime=null was null true JDBC MATCH(OK)
+  setTimestamp(null) as batch getTime=null was null true JDBC MATCH(OK)
   setAsciiStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setAsciiStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setAsciiStream(null) getTime=null was null true CLOUD EXT (OK)
+  setAsciiStream(null) as batch getTime=null was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getTime=null was null true CLOUD EXT (OK)
+  setBinaryStream(null) as batch getTime=null was null true CLOUD EXT (OK)
   setCharacterStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setCharacterStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setCharacterStream(null) getTime=null was null true CLOUD EXT (OK)
+  setCharacterStream(null) as batch getTime=null was null true CLOUD EXT (OK)
   setClob()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setClob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setClob(null) getTime=null was null true CLOUD EXT (OK)
+  setClob(null) as batch getTime=null was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getTime=null was null true CLOUD EXT (OK)
+  setBlob(null) as batch getTime=null was null true CLOUD EXT (OK)
   setUnicodeStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setUnicodeStream(null) getTime=null was null true CLOUD EXT (OK)
+  setObject(null)  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
+  setObject(null) as batch  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
   setObject(java.lang.String)  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIME
+  setObject(java.lang.String) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIME
   setObject(java.math.BigDecimal) IC JDBC MATCH (INVALID)
+  setObject(java.math.BigDecimal) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Boolean) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Boolean) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Integer) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Integer) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Long) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Long) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Float) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Float) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Double) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Double) as batch IC JDBC MATCH (INVALID)
   setObject(byte[]) IC JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) getTime=13:26:42 was null false JDBC MATCH(OK)
+  setObject(java.sql.Time) as batch getTime=13:26:42 was null false JDBC MATCH(OK)
   setObject(java.sql.Timestamp) getTime=17:14:24 was null false JDBC MATCH(OK)
+  setObject(java.sql.Timestamp) as batch getTime=17:14:24 was null false JDBC MATCH(OK)
 getXXX on : TIMESTAMP
  NULL VALUE
   getByte=0 was null true CLOUD EXT (OK)
@@ -2223,48 +2349,90 @@
 setXXX() with all JDBC Types on TIMESTAMP
 For setXXX() methods that pass an object, a null and valid values are checked
   setByte() IC JDBC MATCH (INVALID)
+  setByte() as batch IC JDBC MATCH (INVALID)
   setShort() IC JDBC MATCH (INVALID)
+  setShort() as batch IC JDBC MATCH (INVALID)
   setInt() IC JDBC MATCH (INVALID)
+  setInt() as batch IC JDBC MATCH (INVALID)
   setLong() IC JDBC MATCH (INVALID)
+  setLong() as batch IC JDBC MATCH (INVALID)
   setFloat() IC JDBC MATCH (INVALID)
+  setFloat() as batch IC JDBC MATCH (INVALID)
   setDouble() IC JDBC MATCH (INVALID)
+  setDouble() as batch IC JDBC MATCH (INVALID)
   setBigDecimal() IC JDBC MATCH (INVALID)
+  setBigDecimal() as batch IC JDBC MATCH (INVALID)
   setBigDecimal(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setBigDecimal(null) as batch getTimestamp=null was null true CLOUD EXT (OK)
   setBoolean() IC JDBC MATCH (INVALID)
+  setBoolean() as batch IC JDBC MATCH (INVALID)
   setString()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIMESTAMP
+  setString() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIMESTAMP
   setString(null) getTimestamp=null was null true JDBC MATCH(OK)
+  setString(null) as batch getTimestamp=null was null true JDBC MATCH(OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() IC JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setBytes(null) as batchgetTimestamp=null was null true CLOUD EXT (OK)
   setDate() getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
+  setDate() as batch getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
   setDate(null) getTimestamp=null was null true JDBC MATCH(OK)
+  setDate(null) as batch getTimestamp=null was null true JDBC MATCH(OK)
   setTime() getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
+  setTime() as batch getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
   setTime(null) getTimestamp=null was null true JDBC MATCH(OK)
+  setTime(null) as batch getTimestamp=null was null true JDBC MATCH(OK)
   setTimestamp() getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
+  setTimestamp() as batch getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
   setTimestamp(null) getTimestamp=null was null true JDBC MATCH(OK)
+  setTimestamp(null) as batch getTimestamp=null was null true JDBC MATCH(OK)
   setAsciiStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setAsciiStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setAsciiStream(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setAsciiStream(null) as batch getTimestamp=null was null true CLOUD EXT (OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setBinaryStream(null) as batch getTimestamp=null was null true CLOUD EXT (OK)
   setCharacterStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setCharacterStream() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setCharacterStream(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setCharacterStream(null) as batch getTimestamp=null was null true CLOUD EXT (OK)
   setClob()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
+  setClob() as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setClob(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setClob(null) as batch getTimestamp=null was null true CLOUD EXT (OK)
   setBlob() IC JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setBlob(null) as batch getTimestamp=null was null true CLOUD EXT (OK)
   setUnicodeStream()  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC MATCH (INVALID)
   setUnicodeStream(null) getTimestamp=null was null true CLOUD EXT (OK)
+  setObject(null)  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
+  setObject(null) as batch  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
   setObject(java.lang.String)  (22007):The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIMESTAMP
+  setObject(java.lang.String) as batch  (?????):Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements. (22007):Error for batch element #0: The syntax of the string representation of a datetime value is incorrect. JDBC FAIL TIMESTAMP
   setObject(java.math.BigDecimal) IC JDBC MATCH (INVALID)
+  setObject(java.math.BigDecimal) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Boolean) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Boolean) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Integer) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Integer) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Long) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Long) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Float) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Float) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Double) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Double) as batch IC JDBC MATCH (INVALID)
   setObject(byte[]) IC JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
+  setObject(java.sql.Date) as batch getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
   setObject(java.sql.Time) getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false CLOUD EXT (OK)
+  setObject(java.sql.Time) as batch getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false CLOUD EXT (OK)
   setObject(java.sql.Timestamp) getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
+  setObject(java.sql.Timestamp) as batch getTimestamp=xxxxxxFILTERED-TIMESTAMPxxxxxwas null false JDBC MATCH(OK)
 getXXX on : CLOB(1k)
  NULL VALUE
   getByte=0 was null true CLOUD EXT (OK)
@@ -2354,47 +2522,89 @@
 setXXX() with all JDBC Types on CLOB(1k)
 For setXXX() methods that pass an object, a null and valid values are checked
   setByte() IC JDBC MATCH (INVALID)
+  setByte() as batch IC JDBC MATCH (INVALID)
   setShort() IC JDBC MATCH (INVALID)
+  setShort() as batch IC JDBC MATCH (INVALID)
   setInt() IC JDBC MATCH (INVALID)
+  setInt() as batch IC JDBC MATCH (INVALID)
   setLong() IC JDBC MATCH (INVALID)
+  setLong() as batch IC JDBC MATCH (INVALID)
   setFloat() IC JDBC MATCH (INVALID)
+  setFloat() as batch IC JDBC MATCH (INVALID)
   setDouble() IC JDBC MATCH (INVALID)
+  setDouble() as batch IC JDBC MATCH (INVALID)
   setBigDecimal() IC JDBC MATCH (INVALID)
+  setBigDecimal() as batch IC JDBC MATCH (INVALID)
   setBigDecimal(null) getClob=null was null true CLOUD EXT (OK)
+  setBigDecimal(null) as batch getClob=null was null true CLOUD EXT (OK)
   setBoolean() IC JDBC MATCH (INVALID)
+  setBoolean() as batch IC JDBC MATCH (INVALID)
   setString() getClob=0x39,0x37 was null false CLOUD EXT (OK)
+  setString() as batch getClob=0x39,0x37 was null false CLOUD EXT (OK)
   setString(null) getClob=null was null true CLOUD EXT (OK)
+  setString(null) as batch getClob=null was null true CLOUD EXT (OK)
   setBytes() IC JDBC MATCH (INVALID)
+  setBytes() as batchIC JDBC MATCH (INVALID)
   setBytes(null) getClob=null was null true CLOUD EXT (OK)
+  setBytes(null) as batchgetClob=null was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getClob=null was null true CLOUD EXT (OK)
+  setDate(null) as batch getClob=null was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getClob=null was null true CLOUD EXT (OK)
+  setTime(null) as batch getClob=null was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getClob=null was null true CLOUD EXT (OK)
+  setTimestamp(null) as batch getClob=null was null true CLOUD EXT (OK)
   setAsciiStream() getClob=0x65,0x67 was null false JDBC MATCH(OK)
+  setAsciiStream() as batch getClob=0x65,0x67 was null false JDBC MATCH(OK)
   setAsciiStream(null) getClob=null was null true JDBC MATCH(OK)
+  setAsciiStream(null) as batch getClob=null was null true JDBC MATCH(OK)
   setBinaryStream() IC JDBC MATCH (INVALID)
+  setBinaryStream() as batch IC JDBC MATCH (INVALID)
   setBinaryStream(null) getClob=null was null true CLOUD EXT (OK)
+  setBinaryStream(null) as batch getClob=null was null true CLOUD EXT (OK)
   setCharacterStream() getClob=0x38,0x39 was null false JDBC MATCH(OK)
+  setCharacterStream() as batch getClob=0x38,0x39 was null false JDBC MATCH(OK)
   setCharacterStream(null) getClob=null was null true JDBC MATCH(OK)
+  setCharacterStream(null) as batch getClob=null was null true JDBC MATCH(OK)
   setClob() getClob=0x37,0x32 was null false JDBC MATCH(OK)
+  setClob() as batch getClob=0x37,0x32 was null false JDBC MATCH(OK)
   setClob(null) getClob=null was null true JDBC MATCH(OK)
+  setClob(null) as batch getClob=null was null true JDBC MATCH(OK)
   setBlob() IC JDBC MATCH (INVALID)
+  setBlob() as batch IC JDBC MATCH (INVALID)
   setBlob(null) getClob=null was null true CLOUD EXT (OK)
+  setBlob(null) as batch getClob=null was null true CLOUD EXT (OK)
   setUnicodeStream() getClob=0x8243,0xcafe was null false CLOUD EXT (OK)
   setUnicodeStream(null) getClob=null was null true CLOUD EXT (OK)
+  setObject(null)  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
+  setObject(null) as batch  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
   setObject(java.lang.String) getClob=0x34,0x36 was null false CLOUD EXT (OK)
+  setObject(java.lang.String) as batch getClob=0x34,0x36 was null false CLOUD EXT (OK)
   setObject(java.math.BigDecimal) IC JDBC MATCH (INVALID)
+  setObject(java.math.BigDecimal) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Boolean) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Boolean) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Integer) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Integer) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Long) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Long) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Float) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Float) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Double) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Double) as batch IC JDBC MATCH (INVALID)
   setObject(byte[]) IC JDBC MATCH (INVALID)
+  setObject(byte[]) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)
 getXXX on : BLOB(1k)
  NULL VALUE
   getByte=0 was null true CLOUD EXT (OK)
@@ -2484,45 +2694,87 @@
 setXXX() with all JDBC Types on BLOB(1k)
 For setXXX() methods that pass an object, a null and valid values are checked
   setByte() IC JDBC MATCH (INVALID)
+  setByte() as batch IC JDBC MATCH (INVALID)
   setShort() IC JDBC MATCH (INVALID)
+  setShort() as batch IC JDBC MATCH (INVALID)
   setInt() IC JDBC MATCH (INVALID)
+  setInt() as batch IC JDBC MATCH (INVALID)
   setLong() IC JDBC MATCH (INVALID)
+  setLong() as batch IC JDBC MATCH (INVALID)
   setFloat() IC JDBC MATCH (INVALID)
+  setFloat() as batch IC JDBC MATCH (INVALID)
   setDouble() IC JDBC MATCH (INVALID)
+  setDouble() as batch IC JDBC MATCH (INVALID)
   setBigDecimal() IC JDBC MATCH (INVALID)
+  setBigDecimal() as batch IC JDBC MATCH (INVALID)
   setBigDecimal(null) getBlob=null was null true CLOUD EXT (OK)
+  setBigDecimal(null) as batch getBlob=null was null true CLOUD EXT (OK)
   setBoolean() IC JDBC MATCH (INVALID)
+  setBoolean() as batch IC JDBC MATCH (INVALID)
   setString() IC JDBC MATCH (INVALID)
+  setString() as batch IC JDBC MATCH (INVALID)
   setString(null) getBlob=null was null true CLOUD EXT (OK)
+  setString(null) as batch getBlob=null was null true CLOUD EXT (OK)
  setString("Invalid Value")  IC (Expected)
   setBytes() getBlob=0x4,0x3 was null false CLOUD EXT (OK)
+  setBytes() as batchgetBlob=0x4,0x3 was null false CLOUD EXT (OK)
   setBytes(null) getBlob=null was null true CLOUD EXT (OK)
+  setBytes(null) as batchgetBlob=null was null true CLOUD EXT (OK)
   setDate() IC JDBC MATCH (INVALID)
+  setDate() as batch IC JDBC MATCH (INVALID)
   setDate(null) getBlob=null was null true CLOUD EXT (OK)
+  setDate(null) as batch getBlob=null was null true CLOUD EXT (OK)
   setTime() IC JDBC MATCH (INVALID)
+  setTime() as batch IC JDBC MATCH (INVALID)
   setTime(null) getBlob=null was null true CLOUD EXT (OK)
+  setTime(null) as batch getBlob=null was null true CLOUD EXT (OK)
   setTimestamp() IC JDBC MATCH (INVALID)
+  setTimestamp() as batch IC JDBC MATCH (INVALID)
   setTimestamp(null) getBlob=null was null true CLOUD EXT (OK)
+  setTimestamp(null) as batch getBlob=null was null true CLOUD EXT (OK)
   setAsciiStream() IC JDBC MATCH (INVALID)
+  setAsciiStream() as batch IC JDBC MATCH (INVALID)
   setAsciiStream(null) getBlob=null was null true CLOUD EXT (OK)
+  setAsciiStream(null) as batch getBlob=null was null true CLOUD EXT (OK)
   setBinaryStream() getBlob=0x82,0x43 was null false JDBC MATCH(OK)
+  setBinaryStream() as batch getBlob=0x82,0x43 was null false JDBC MATCH(OK)
   setBinaryStream(null) getBlob=null was null true JDBC MATCH(OK)
+  setBinaryStream(null) as batch getBlob=null was null true JDBC MATCH(OK)
   setCharacterStream() IC JDBC MATCH (INVALID)
+  setCharacterStream() as batch IC JDBC MATCH (INVALID)
   setCharacterStream(null) getBlob=null was null true CLOUD EXT (OK)
+  setCharacterStream(null) as batch getBlob=null was null true CLOUD EXT (OK)
   setClob() IC JDBC MATCH (INVALID)
+  setClob() as batch IC JDBC MATCH (INVALID)
   setClob(null) getBlob=null was null true CLOUD EXT (OK)
+  setClob(null) as batch getBlob=null was null true CLOUD EXT (OK)
   setBlob() getBlob=0x32,0x43 was null false JDBC MATCH(OK)
+  setBlob() as batch getBlob=0x32,0x43 was null false JDBC MATCH(OK)
   setBlob(null) getBlob=null was null true JDBC MATCH(OK)
+  setBlob(null) as batch getBlob=null was null true JDBC MATCH(OK)
   setUnicodeStream()  (XCL12):An attempt was made to put a data value of type 'java.lang.String' into a data value of type 'BLOB'. JDBC FAIL BLOB(1k)
   setUnicodeStream(null) getBlob=null was null true JDBC MATCH(OK)
+  setObject(null)  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
+  setObject(null) as batch  OK Invalid data conversion: Parameter object type is invalid for requested conversion.
   setObject(java.lang.String) IC JDBC MATCH (INVALID)
+  setObject(java.lang.String) as batch IC JDBC MATCH (INVALID)
   setObject(java.math.BigDecimal) IC JDBC MATCH (INVALID)
+  setObject(java.math.BigDecimal) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Boolean) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Boolean) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Integer) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Integer) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Long) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Long) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Float) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Float) as batch IC JDBC MATCH (INVALID)
   setObject(java.lang.Double) IC JDBC MATCH (INVALID)
+  setObject(java.lang.Double) as batch IC JDBC MATCH (INVALID)
   setObject(byte[]) getBlob=0x32,0x39 was null false CLOUD EXT (OK)
+  setObject(byte[]) as batch getBlob=0x32,0x39 was null false CLOUD EXT (OK)
   setObject(java.sql.Date) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Date) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Time) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Time) as batch IC JDBC MATCH (INVALID)
   setObject(java.sql.Timestamp) IC JDBC MATCH (INVALID)
+  setObject(java.sql.Timestamp) as batch IC JDBC MATCH (INVALID)