| java.sql.DataTruncation com.mysql.jdbc.MysqlDataTruncation
MysqlDataTruncation | public class MysqlDataTruncation extends DataTruncation (Code) | | MySQL wrapper for DataTruncation until the server can support sending all
needed information.
author: Mark Matthews version: $Id: MysqlDataTruncation.java,v 1.1.2.1 2005/05/13 18:58:38 version: mmatthews Exp $ |
Constructor Summary | |
public | MysqlDataTruncation(String message, int index, boolean parameter, boolean read, int dataSize, int transferSize) Creates a new MysqlDataTruncation exception/warning. |
MysqlDataTruncation | public MysqlDataTruncation(String message, int index, boolean parameter, boolean read, int dataSize, int transferSize)(Code) | | Creates a new MysqlDataTruncation exception/warning.
Parameters: message - the message from the server Parameters: index - of column or parameter Parameters: parameter - was a parameter? Parameters: read - was truncated on read? Parameters: dataSize - size requested Parameters: transferSize - size actually used |
|
|