org.synchronoss.cpo.transform.jdbc
Class OracleTemporaryBlob

Package class diagram package OracleTemporaryBlob
java.lang.Object
  extended by org.synchronoss.cpo.transform.jdbc.OracleTemporaryBlob
All Implemented Interfaces:
CpoReleasible

public class OracleTemporaryBlob
extends java.lang.Object
implements CpoReleasible

Author:
david.berry TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
OracleTemporaryBlob(oracle.sql.BLOB blob)
           
 
Method Summary
 void release()
          release is called by the CPO framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleTemporaryBlob

public OracleTemporaryBlob(oracle.sql.BLOB blob)
Method Detail

release

public void release()
             throws CpoException
Description copied from interface: CpoReleasible
release is called by the CPO framework. A transform can register a CpoReleasible that will be called when the current prepared or callable statement has been executed.

Specified by:
release in interface CpoReleasible
Throws:
CpoException


Copyright © 2010. All Rights Reserved.