Klasse java.sql.DataTruncation | 1.1 |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.sql.SQLException | +--java.sql.SQLWarning | +--java.sql.DataTruncation
Der SQL-Status für diese Warnung ist 01004.
Konstruktoren | |
---|---|
public | DataTruncation(int index, boolean parameter, boolean read, int dataSize, int transferSize) |
Methoden | |
---|---|
public int | getDataSize() |
public int | getIndex() |
public boolean | getParameter() |
public boolean | getRead() |
public int | getTransferSize() |