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

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

Uses of JdbcPreparedStatementFactory in org.synchronoss.cpo.jdbc
 

Constructors in org.synchronoss.cpo.jdbc with parameters of type JdbcPreparedStatementFactory
JdbcPreparedStatementCpoData(JdbcPreparedStatementFactory cpoStatementFactory, CpoAttribute cpoAttribute, int index)
           
 

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

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



Copyright © 2014. All Rights Reserved.