org.synchronoss.cpo.transform.jdbc
Interface JdbcCpoTransform<D,J>
- All Superinterfaces:
- CpoTransform<D,J>
- All Known Implementing Classes:
- TransformBlob, TransformCharArray, TransformClob, TransformGZipBlob, TransformGZipBytes, TransformNoOp, TransformStringChar, TransformTimestampToCalendar
public interface JdbcCpoTransform<D,J>
- extends CpoTransform<D,J>
- Since:
- 9/19/10
- Author:
- Michael Bellomo
transformOut
D transformOut(JdbcPreparedStatementFactory jpsf,
J attributeObject)
throws CpoException
- Throws:
CpoException
transformOut
D transformOut(JdbcCallableStatementFactory jpsf,
J attributeObject)
throws CpoException
- Throws:
CpoException
Copyright © 2014. All Rights Reserved.