public class CallableStatementCpoData extends AbstractBindableCpoData
| Constructor and Description |
|---|
CallableStatementCpoData(CallableStatement cs,
CpoAttribute cpoAttribute,
int index) |
CallableStatementCpoData(JdbcCallableStatementFactory jcsf,
CpoAttribute cpoAttribute,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invokeGetter() |
void |
invokeSetter(Object instanceObject) |
Object |
transformOut(Object attributeObject) |
getIndexgetCpoAttribute, getDataGetterReturnType, getDataSetterParamType, setCpoAttribute, transformInpublic CallableStatementCpoData(CallableStatement cs, CpoAttribute cpoAttribute, int index)
public CallableStatementCpoData(JdbcCallableStatementFactory jcsf, CpoAttribute cpoAttribute, int index)
public Object invokeGetter() throws CpoException
invokeGetter in interface CpoDatainvokeGetter in class AbstractCpoDataCpoExceptionpublic void invokeSetter(Object instanceObject) throws CpoException
invokeSetter in interface CpoDatainvokeSetter in class AbstractCpoDataCpoExceptionpublic Object transformOut(Object attributeObject) throws CpoException
transformOut in interface CpoDatatransformOut in class AbstractCpoDataCpoExceptionCopyright © 2014. All Rights Reserved.