Uses of Class
org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Packages that use JdbcCallableStatementFactory
-
Uses of JdbcCallableStatementFactory in org.synchronoss.cpo.jdbc
Constructors in org.synchronoss.cpo.jdbc with parameters of type JdbcCallableStatementFactoryModifierConstructorDescriptionCallableStatementCpoData(JdbcCallableStatementFactory jcsf, CpoAttribute cpoAttribute, int index) Constructs a CallableStatementCpoData -
Uses of JdbcCallableStatementFactory in org.synchronoss.cpo.jdbc.transform
Methods in org.synchronoss.cpo.jdbc.transform with parameters of type JdbcCallableStatementFactoryModifier and TypeMethodDescriptionJdbcCpoTransform.transformOut(JdbcCallableStatementFactory jcsf, J attributeObject) Transforms a java object to a data source object for the preparedstatementTransformCharArray.transformOut(JdbcCallableStatementFactory jpsf, char[] attributeObject) TransformClob.transformOut(JdbcCallableStatementFactory jpsf, char[] attributeObject) byte[]TransformGZipBytes.transformOut(JdbcCallableStatementFactory jpsf, byte[] attributeObject) TransformNoOp.transformOut(JdbcCallableStatementFactory jcsf, Integer attrOut) Transforms the data from the class attribute to the object required by the datasource.TransformStringChar.transformOut(JdbcCallableStatementFactory jpsf, char[] dataObject) TransformTimestampToCalendar.transformOut(JdbcCallableStatementFactory jcsf, Calendar cal) Transforms a calendar to a sql timestampjava.util.Calendarfrom the CPO Bean into ajava.sql.Timestampto be stored by JDBC