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