com.sun.star.sdbc
Class BatchUpdateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.star.uno.Exception
|
+--com.sun.star.sdbc.SQLException
|
+--com.sun.star.sdbc.BatchUpdateException
- All Implemented Interfaces:
- java.io.Serializable
- public synchronized class BatchUpdateException
- extends com.sun.star.sdbc.SQLException
- See Also:
- Serialized Form
Field Summary |
static java.lang.Object |
UNORUNTIMEDATA
|
int[] |
UpdateCounts
|
Fields inherited from class com.sun.star.sdbc.SQLException |
ErrorCode, NextException, SQLState, UNOTYPEINFO |
Fields inherited from class com.sun.star.uno.Exception |
Context |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary |
BatchUpdateException()
|
BatchUpdateException(java.lang.String s)
|
BatchUpdateException(java.lang.String s1,
java.lang.Object o1,
java.lang.String s2,
int i1,
java.lang.Object o2,
int[] i2)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
UpdateCounts
public int[] UpdateCounts
BatchUpdateException
public BatchUpdateException()
BatchUpdateException
public BatchUpdateException(java.lang.String s)
BatchUpdateException
public BatchUpdateException(java.lang.String s1,
java.lang.Object o1,
java.lang.String s2,
int i1,
java.lang.Object o2,
int[] i2)