|
||||||||||
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 |
---|
Methods in org.synchronoss.cpo.jdbc with parameters of type JdbcPreparedStatementFactory | |
---|---|
void |
JdbcAttribute.invokeGetter(JdbcPreparedStatementFactory jpsf,
java.lang.Object obj,
int idx)
|
protected java.lang.Object |
JdbcAttribute.transformOut(JdbcPreparedStatementFactory jpsf,
java.lang.Object attributeObject)
|
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 |
int |
TransformNoOp.transformOut(JdbcPreparedStatementFactory jpsf,
int attrOut)
Transforms the data from the class attribute to the object required by the datasource. |
java.lang.String |
TransformStringToEncryptedString.transformOut(JdbcPreparedStatementFactory jpsf,
java.lang.String outString)
|
java.lang.String |
TransformDateToEncryptedString.transformOut(JdbcPreparedStatementFactory jpsf,
java.sql.Timestamp tsOut)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |