Uses of Interface
org.synchronoss.cpo.jdbc.transform.JdbcCpoTransform
Packages that use JdbcCpoTransform
-
Uses of JdbcCpoTransform in org.synchronoss.cpo.jdbc.transform
Classes in org.synchronoss.cpo.jdbc.transform that implement JdbcCpoTransformModifier and TypeClassDescriptionclassConverts a char[] from a jdbc datasource getString() call and from a char[] to a setString() in a datasourceclassConverts a java.sql.Clob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.clobclassConverts a compressed byte[] from a jdbc datasource to an uncompressed byte[] and from a byte[] to a compressed byte[] in a datasourceclassThis is an example of a transform that does nothing.classConverts a String from a jdbc datasource to a char[] and from a char[] to a String in a datasourceclassConverts ajava.sql.Timestampfrom a jdbc datasource to ajava.util.Calendarand from ajava.util.Calendarto ajava.sql.Timestampin a datasource.