|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcPreparedStatementFactory | |
|---|---|
| org.synchronoss.cpo.jdbc | |
| org.synchronoss.cpo.transform.jdbc | |
| Uses of JdbcPreparedStatementFactory in org.synchronoss.cpo.jdbc |
|---|
| Constructors in org.synchronoss.cpo.jdbc with parameters of type JdbcPreparedStatementFactory | |
|---|---|
PreparedStatementCpoData(JdbcPreparedStatementFactory jpsf,
CpoAttribute cpoAttribute,
int index)
|
|
| Uses of JdbcPreparedStatementFactory in org.synchronoss.cpo.transform.jdbc |
|---|
| Methods in org.synchronoss.cpo.transform.jdbc with parameters of type JdbcPreparedStatementFactory | |
|---|---|
byte[] |
TransformGZipBytes.transformOut(JdbcPreparedStatementFactory jpsf,
byte[] attributeObject)
Transforms the data from the class attribute to the object required by the datasource |
java.sql.Blob |
TransformGZipBlob.transformOut(JdbcPreparedStatementFactory jpsf,
byte[] attributeObject)
Transforms the data from the class attribute to the object required by the datasource |
java.sql.Blob |
TransformBlob.transformOut(JdbcPreparedStatementFactory jpsf,
byte[] attributeObject)
Transforms the data from the class attribute to the object required by the datasource |
java.sql.Timestamp |
TransformTimestampToCalendar.transformOut(JdbcPreparedStatementFactory jpsf,
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(JdbcPreparedStatementFactory jpsf,
char[] attrObj)
Transforms the data from the class attribute to the object required by the datasource |
java.sql.Clob |
TransformClob.transformOut(JdbcPreparedStatementFactory jpsf,
char[] attributeObject)
Transforms the data from the class attribute to the object required by the datasource |
java.lang.String |
TransformCharArray.transformOut(JdbcPreparedStatementFactory jpsf,
char[] attributeObject)
Transforms the data from the class attribute to the object required by the datasource |
java.lang.Integer |
TransformNoOp.transformOut(JdbcPreparedStatementFactory jpsf,
java.lang.Integer attrOut)
Transforms the data from the class attribute to the object required by the datasource. |
D |
JdbcCpoTransform.transformOut(JdbcPreparedStatementFactory jpsf,
J attributeObject)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||