| Package | Description |
|---|---|
| org.synchronoss.cpo.jdbc | |
| org.synchronoss.cpo.transform.jdbc |
| Constructor and Description |
|---|
CallableStatementCpoData(JdbcCallableStatementFactory jcsf,
CpoAttribute cpoAttribute,
int index) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
TransformGZipBytes.transformOut(JdbcCallableStatementFactory jpsf,
byte[] attributeObject) |
Blob |
TransformGZipBlob.transformOut(JdbcCallableStatementFactory jpsf,
byte[] attributeObject) |
Blob |
TransformBlob.transformOut(JdbcCallableStatementFactory jpsf,
byte[] attributeObject) |
Timestamp |
TransformTimestampToCalendar.transformOut(JdbcCallableStatementFactory jcsf,
Calendar cal)
Transforms a
java.util.Calendar from the CPO Bean into a
java.sql.Timestamp to be stored by JDBC |
String |
TransformStringChar.transformOut(JdbcCallableStatementFactory jpsf,
char[] attributeObject) |
Clob |
TransformClob.transformOut(JdbcCallableStatementFactory jpsf,
char[] attributeObject) |
String |
TransformCharArray.transformOut(JdbcCallableStatementFactory jpsf,
char[] attributeObject) |
Integer |
TransformNoOp.transformOut(JdbcCallableStatementFactory jcsf,
Integer attrOut)
Transforms the data from the class attribute to the object required by the datasource.
|
D |
JdbcCpoTransform.transformOut(JdbcCallableStatementFactory jpsf,
J attributeObject) |
Copyright © 2014. All Rights Reserved.