Class JDBCConnection.RDynamicRow

  • All Implemented Interfaces:
    org.apache.manifoldcf.core.interfaces.IResultRow, IDynamicResultRow
    Enclosing class:
    JDBCConnection

    protected static class JDBCConnection.RDynamicRow
    extends org.apache.manifoldcf.core.database.RRow
    implements IDynamicResultRow
    Dynamic result row implementation
    • Field Summary

      • Fields inherited from class org.apache.manifoldcf.core.database.RRow

        _rcsid, rowData
    • Constructor Summary

      Constructors 
      Constructor Description
      RDynamicRow()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Close this resultrow.
      • Methods inherited from class org.apache.manifoldcf.core.database.RRow

        getColumnCount, getColumns, getValue, put
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.manifoldcf.core.interfaces.IResultRow

        getColumnCount, getColumns, getValue
    • Constructor Detail

      • RDynamicRow

        public RDynamicRow()
    • Method Detail

      • close

        public void close()
                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Close this resultrow.
        Specified by:
        close in interface IDynamicResultRow
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException