Class MysqlDataTruncation

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class MysqlDataTruncation extends DataTruncation
MySQL wrapper for DataTruncation until the server can support sending all needed information.
See Also:
  • Field Details

  • Constructor Details

    • MysqlDataTruncation

      public MysqlDataTruncation(String message, int index, boolean parameter, boolean read, int dataSize, int transferSize, int vendorErrorCode)
      Creates a new MysqlDataTruncation exception/warning.
      Parameters:
      message - the message from the server
      index - of column or parameter
      parameter - was a parameter?
      read - was truncated on read?
      dataSize - size requested
      transferSize - size actually used
  • Method Details