Entering content frame

Function documentation sqlj.runtime.SQLNullException Locate the document in its SAP Library structure

sqlj.runtime.SQLNullException extends java.sql.SQLException

The SQLNullException class is a subclass of java.sql.SQLException that is used in the case that the SQL NULL value was attempted to be fetched into a Java host variable whose type is a Java primitive type. The SQLState value for every instance of SQLNullException is "22002".

 

Leaving content frame