类 MysqlDataTruncation

    • 构造器详细资料

      • MysqlDataTruncation

        public MysqlDataTruncation​(String message,
                                   int index,
                                   boolean parameter,
                                   boolean read,
                                   int dataSize,
                                   int transferSize,
                                   int vendorErrorCode)
        Creates a new MysqlDataTruncation exception/warning.
        参数:
        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
        vendorErrorCode - MySQL error code