Interface RefDataValue

All Superinterfaces:
DataValueDescriptor, Externalizable, Formatable, Orderable, Serializable, Storable, TypedFormat
All Known Implementing Classes:
HeapRowLocation, SQLRef

public interface RefDataValue extends DataValueDescriptor
  • Method Details

    • setValue

      void setValue(RowLocation theValue)
      Set the value of this RefDataValue.
      Parameters:
      theValue - Contains the boolean value to set this RefDataValue to. Null means set this RefDataValue to null.