Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
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();
}