Uses of Class
org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory

Packages that use JdbcCallableStatementFactory
org.synchronoss.cpo.jdbc   
org.synchronoss.cpo.transform.jdbc   
 

Uses of JdbcCallableStatementFactory in org.synchronoss.cpo.jdbc
 

Constructors in org.synchronoss.cpo.jdbc with parameters of type JdbcCallableStatementFactory
CallableStatementCpoData(JdbcCallableStatementFactory jcsf, CpoAttribute cpoAttribute, int index)
           
 

Uses of JdbcCallableStatementFactory in org.synchronoss.cpo.transform.jdbc
 

Methods in org.synchronoss.cpo.transform.jdbc with parameters of type JdbcCallableStatementFactory
 byte[] TransformGZipBytes.transformOut(JdbcCallableStatementFactory jpsf, byte[] attributeObject)
           
 Blob TransformGZipBlob.transformOut(JdbcCallableStatementFactory jpsf, byte[] attributeObject)
           
 Blob TransformBlob.transformOut(JdbcCallableStatementFactory jpsf, byte[] attributeObject)
           
 Timestamp TransformTimestampToCalendar.transformOut(JdbcCallableStatementFactory jcsf, Calendar cal)
          Transforms a java.util.Calendar from the CPO Bean into a java.sql.Timestamp to be stored by JDBC
 String TransformStringChar.transformOut(JdbcCallableStatementFactory jpsf, char[] attributeObject)
           
 Clob TransformClob.transformOut(JdbcCallableStatementFactory jpsf, char[] attributeObject)
           
 String TransformCharArray.transformOut(JdbcCallableStatementFactory jpsf, char[] attributeObject)
           
 Integer TransformNoOp.transformOut(JdbcCallableStatementFactory jcsf, Integer attrOut)
          Transforms the data from the class attribute to the object required by the datasource.
 D JdbcCpoTransform.transformOut(JdbcCallableStatementFactory jpsf, J attributeObject)
           
 



Copyright © 2014. All Rights Reserved.