Interface IDynamicResultRow

  • All Superinterfaces:
    org.apache.manifoldcf.core.interfaces.IResultRow
    All Known Implementing Classes:
    JDBCConnection.RDynamicRow

    public interface IDynamicResultRow
    extends org.apache.manifoldcf.core.interfaces.IResultRow
    This object describes an (open) jdbc resultrow. Semantics are identical to org.apache.manifoldcf.core.interfaces.IResultRow, EXCEPT that a close() method is provided and must be called, in order to clean up any blobs or clobs in the set that were unused.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Close this resultrow.
      • Methods inherited from interface org.apache.manifoldcf.core.interfaces.IResultRow

        getColumnCount, getColumns, getValue
    • Method Detail

      • close

        void close()
            throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Close this resultrow.
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException