org.synchronoss.cpo.transform.jdbc
Class TransformDateToEncryptedString
java.lang.Object
org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
- All Implemented Interfaces:
- Transform<java.lang.String,java.sql.Timestamp>
public class TransformDateToEncryptedString
- extends java.lang.Object
- implements Transform<java.lang.String,java.sql.Timestamp>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformDateToEncryptedString
public TransformDateToEncryptedString()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
transformIn
public java.sql.Timestamp transformIn(java.lang.String inDateString)
throws CpoException
- Specified by:
transformIn in interface Transform<java.lang.String,java.sql.Timestamp>
- Throws:
CpoException
transformOut
public java.lang.String transformOut(JdbcPreparedStatementFactory jpsf,
java.sql.Timestamp tsOut)
throws CpoException
- Specified by:
transformOut in interface Transform<java.lang.String,java.sql.Timestamp>
- Throws:
CpoException
transformOut
public java.lang.String transformOut(JdbcCallableStatementFactory jpsf,
java.sql.Timestamp attributeObject)
throws CpoException,
java.lang.UnsupportedOperationException
- Specified by:
transformOut in interface Transform<java.lang.String,java.sql.Timestamp>
- Throws:
CpoException
java.lang.UnsupportedOperationException
Copyright © 2012. All Rights Reserved.