Interface CpoReleasable

All Known Implementing Classes:
CpoStatementFactory

public interface CpoReleasable
CpoReleasable is a class that can be called during a CpoTransform when there are resources that need to released after the current prepared statement is processed.

examples are in the TransformBlob where there are Oracle resources that must exist until the statement is executed.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    release is called by the CPO framework.
  • Method Details

    • release

      void release() throws CpoException
      release is called by the CPO framework. A transform can register a CpoReleasable that will be called when the current prepared or callable statement has been executed.
      Throws:
      CpoException - An exception occurred