Constructors
| Name | Description | 
|---|---|
| DataTruncation(int, boolean, boolean, int, int) | Create a DataTruncation object. | 
Methods
| Name | Description | 
|---|---|
| getDataSize() | Get the number of bytes of data that should have been transferred. | 
| getIndex() | Get the index of the column or parameter that was truncated. | 
| getParameter() | Is this a truncated parameter value? | 
| getRead() | Was this a read truncation? | 
| getTransferSize() | Get the number of bytes of data actually transferred. |