LoadResult class
The com.ibm.db2.jcc.LoadResult class provides methods for returning the results of a DB2Connection.zLoad invocation.
LoadResult methods
The following methods are defined only for the IBM® Data Server Driver for JDBC and SQLJ.
- getMessage
- Format:
public String getMessage()
Returns error message text from the load operation.
- getReturnCode
- Format:
public int getReturnCode()
Returns the return code from the load operation.