Java java.sql DataTruncation fields, constructors, methods, implement or subclass

Example usage for Java java.sql DataTruncation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql DataTruncation.

The text is from its open source code.

Method

intgetDataSize()
Gets the number of bytes of data that should have been transferred.
booleangetRead()
Indicates whether or not the value was truncated on a read.
intgetTransferSize()
Gets the number of bytes of data actually transferred.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.