org.synchronoss.cpo.transform.jdbc
Class OracleTemporaryClob

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

public class OracleTemporaryClob
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
OracleTemporaryClob(oracle.sql.CLOB clob)
           
 
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

OracleTemporaryClob

public OracleTemporaryClob(oracle.sql.CLOB clob)
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 © 2009. All Rights Reserved.