Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves whether the last OUT parameter read had the value of SQL NULL.
Syntax
  
public boolean wasNull()  
Return Value
true if the last parameter read was null. Otherwise, false.
Exceptions
Remarks
This wasNull method is specified by the wasNull method in the java.sql.CallableStatement interface.
See Also
SQLServerCallableStatement Members
SQLServerCallableStatement Class