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