Interface Storable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isNull()
      Return whether the value is null or not.
      void restoreToNull()
      Restore this object to its (SQL)null value.
      • Methods inherited from interface java.io.Externalizable

        readExternal, writeExternal
    • Method Detail

      • isNull

        boolean isNull()
        Return whether the value is null or not.
        Returns:
        true if the value is null and false otherwise.
      • restoreToNull

        void restoreToNull()
        Restore this object to its (SQL)null value.