Example usage for Java java.sql DataTruncation fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getDataSize() Gets the number of bytes of data that should have been transferred. |
boolean | getRead() Indicates whether or not the value was truncated on a read. |
int | getTransferSize() Gets the number of bytes of data actually transferred. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |