org.synchronoss.cpo.transform.jdbc
Class TransformDateToEncryptedString

Package class diagram package TransformDateToEncryptedString
java.lang.Object
  extended by org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString

public class TransformDateToEncryptedString
extends java.lang.Object


Constructor Summary
TransformDateToEncryptedString()
           
 
Method Summary
 java.sql.Timestamp transformIn(java.lang.String inDateString)
           
 java.lang.String transformOut(JdbcPreparedStatementFactory jpsf, java.sql.Timestamp tsOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformDateToEncryptedString

public TransformDateToEncryptedString()
                               throws java.lang.ClassNotFoundException,
                                      java.lang.InstantiationException,
                                      java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Method Detail

transformIn

public java.sql.Timestamp transformIn(java.lang.String inDateString)
                               throws CpoException
Throws:
CpoException

transformOut

public java.lang.String transformOut(JdbcPreparedStatementFactory jpsf,
                                     java.sql.Timestamp tsOut)
                              throws CpoException
Throws:
CpoException


Copyright © 2010. All Rights Reserved.