public class DataTruncation extends SQLWarning { // Public Constructor public DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize); // Public Instance Methods public int getDataSize( ); public int getIndex( ); public boolean getParameter( ); public boolean getRead( ); public int getTransferSize( ); }