|
|
java > java.sql > java.sql.datatruncation >
Class: java.sql.DataTruncation java.lang.Object java.lang.Throwable java.lang.Exception java.sql.SQLException java.sql.SQLWarning java.sql.DataTruncation
public class DataTruncation extends SQLWarning
FIELDS:
CONSTRUCTORS:
| | | public | DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize) |
| | public | DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize, Throwable cause) |
| |
|
|
|
METHODS:
| | | | public | int | getDataSize() |
| | public | int | getIndex() |
| | public | boolean | getParameter() |
| | public | boolean | getRead() |
| | public | int | getTransferSize() |
| |
|
|
|
INHERITED METHODS:
| getNextWarning(), setNextWarning(java.sql.SQLWarning), getSQLState(), getErrorCode(), getNextException(), setNextException(java.sql.SQLException), iterator(), getMessage(), getLocalizedMessage(), getCause(), initCause(java.lang.Throwable), toString(), printStackTrace(), printStackTrace(java.io.PrintStream), printStackTrace(java.io.PrintWriter), fillInStackTrace(), getStackTrace(), setStackTrace(java.lang.StackTraceElement[]), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|