public static class BatchUpdateTest.BatchUpdateExceptionWrapper
extends java.lang.Object
This wrapper is used to expose JDBC 4.2 methods which can run on VM rev levels lower than Java 8.
Modifier and Type | Field and Description |
---|---|
private java.sql.BatchUpdateException |
_wrappedException |
Constructor and Description |
---|
BatchUpdateExceptionWrapper(java.sql.BatchUpdateException wrappedException) |
Modifier and Type | Method and Description |
---|---|
long[] |
getLargeUpdateCounts() |
java.sql.BatchUpdateException |
getWrappedException() |
protected java.lang.Object |
invoke(java.lang.String methodName,
java.lang.Class[] argTypes,
java.lang.Object[] argValues) |
private void |
printException(java.lang.Throwable t) |
public BatchUpdateExceptionWrapper(java.sql.BatchUpdateException wrappedException)
public java.sql.BatchUpdateException getWrappedException()
public long[] getLargeUpdateCounts()
protected java.lang.Object invoke(java.lang.String methodName, java.lang.Class[] argTypes, java.lang.Object[] argValues)
private void printException(java.lang.Throwable t)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.