org.synchronoss.cpo.jdbc
Class CallableStatementCpoData
java.lang.Object
org.synchronoss.cpo.AbstractCpoData
org.synchronoss.cpo.meta.AbstractBindableCpoData
org.synchronoss.cpo.jdbc.CallableStatementCpoData
- All Implemented Interfaces:
- CpoData
public class CallableStatementCpoData
- extends AbstractBindableCpoData
- Author:
- dberry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallableStatementCpoData
public CallableStatementCpoData(CallableStatement cs,
CpoAttribute cpoAttribute,
int index)
CallableStatementCpoData
public CallableStatementCpoData(JdbcCallableStatementFactory jcsf,
CpoAttribute cpoAttribute,
int index)
invokeGetter
public Object invokeGetter()
throws CpoException
- Specified by:
invokeGetter in interface CpoData- Overrides:
invokeGetter in class AbstractCpoData
- Throws:
CpoException
invokeSetter
public void invokeSetter(Object instanceObject)
throws CpoException
- Specified by:
invokeSetter in interface CpoData- Overrides:
invokeSetter in class AbstractCpoData
- Throws:
CpoException
transformOut
public Object transformOut(Object attributeObject)
throws CpoException
- Specified by:
transformOut in interface CpoData- Overrides:
transformOut in class AbstractCpoData
- Throws:
CpoException
Copyright © 2014. All Rights Reserved.