Searched refs:DataTruncation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DDataTruncation.java29 * An exception thrown as a <code>DataTruncation</code> exception
31 * <code>DataTruncation</code> warning (on reads)
35 * <P>The SQLstate for a <code>DataTruncation</code> during read is <code>01004</code>.
36 * <P>The SQLstate for a <code>DataTruncation</code> during write is <code>22001</code>.
39 public class DataTruncation extends SQLWarning { class in inherits:SQLWarning
42 * Creates a <code>DataTruncation</code> object
60 public DataTruncation(int index, boolean parameter, method in class:DataTruncation
73 * Creates a <code>DataTruncation</code> object
87 * @param cause the underlying reason for this <code>DataTruncation</code>
93 public DataTruncation(in method in class:DataTruncation
[all...]

Completed in 230 milliseconds