Package org.apache.manifoldcf.jdbc
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.IResultRowThis 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 voidclose()Close this resultrow.
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-