Uses of Class
org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Packages that use JdbcPreparedStatementFactory
-
Uses of JdbcPreparedStatementFactory in org.synchronoss.cpo.jdbc
Constructors in org.synchronoss.cpo.jdbc with parameters of type JdbcPreparedStatementFactoryModifierConstructorDescriptionJdbcPreparedStatementCpoData(JdbcPreparedStatementFactory cpoStatementFactory, CpoAttribute cpoAttribute, int index) Construct a JdbcPreparedStatementCpoData -
Uses of JdbcPreparedStatementFactory in org.synchronoss.cpo.jdbc.transform
Methods in org.synchronoss.cpo.jdbc.transform with parameters of type JdbcPreparedStatementFactoryModifier and TypeMethodDescriptionJdbcCpoTransform.transformOut(JdbcPreparedStatementFactory jpsf, J attributeObject) Transforms a java object to a data source object for the preparedstatementTransformCharArray.transformOut(JdbcPreparedStatementFactory jpsf, char[] attributeObject) Transforms the data from the class attribute to the object required by the datasourceTransformClob.transformOut(JdbcPreparedStatementFactory jpsf, char[] attributeObject) Transforms the data from the class attribute to the object required by the datasourcebyte[]TransformGZipBytes.transformOut(JdbcPreparedStatementFactory jpsf, byte[] attributeObject) Transforms the data from the class attribute to the object required by the datasourceTransformNoOp.transformOut(JdbcPreparedStatementFactory jpsf, Integer attrOut) Transforms the data from the class attribute to the object required by the datasource.TransformStringChar.transformOut(JdbcPreparedStatementFactory jpsf, char[] dataObj) Transforms the data from the class attribute to the object required by the datasourceTransformTimestampToCalendar.transformOut(JdbcPreparedStatementFactory jpsf, Calendar cal) Transforms a calendar to a sql timestampjava.util.Calendarfrom the CPO Bean into ajava.sql.Timestampto be stored by JDBC