Package org.apache.manifoldcf.jdbc
Class JDBCConnection.RDynamicRow
- java.lang.Object
-
- org.apache.manifoldcf.core.database.RRow
-
- org.apache.manifoldcf.jdbc.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 interface org.apache.manifoldcf.jdbc.IDynamicResultRow
_rcsid
-
-
Constructor Summary
Constructors Constructor Description RDynamicRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close this resultrow.-
Methods inherited from class org.apache.manifoldcf.core.database.RRow
getColumnCount, getColumns, getValue, put
-
-
-
-
Method Detail
-
close
public void close() throws org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionClose this resultrow.- Specified by:
closein interfaceIDynamicResultRow- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
-