Interface IDataObject

All Known Subinterfaces:
IDataRecord
All Known Implementing Classes:
DefaultDataRecord

@Scriptable public interface IDataObject
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the writer from this data object has been returned or null, if none.
  • Method Details

    • getWriter

      IDataWriter getWriter()
      Returns the writer from this data object has been returned or null, if none.
      Returns:
      A data writer.