Package org.synchronoss.cpo.jdbc
Class AbstractStatementCpoData
java.lang.Object
org.synchronoss.cpo.core.AbstractCpoData
org.synchronoss.cpo.core.meta.AbstractBindableCpoData
org.synchronoss.cpo.jdbc.AbstractStatementCpoData
- All Implemented Interfaces:
CpoData
- Direct Known Subclasses:
CallableStatementCpoData,JdbcPreparedStatementCpoData
Base for
CpoData implementations backed by a JDBC
Statement subtype, resolving the JdbcMethodMapEntry used to bind/read a bound
attribute's value.-
Constructor Summary
ConstructorsConstructorDescriptionAbstractStatementCpoData(CpoAttribute cpoAttribute, int index) Creates an instance for the given bound attribute and bind-marker index. -
Method Summary
Methods inherited from class org.synchronoss.cpo.core.meta.AbstractBindableCpoData
getIndexMethods inherited from class org.synchronoss.cpo.core.AbstractCpoData
getCpoAttribute, getDataGetterReturnType, getDataSetterParamType, invokeGetter, invokeSetter, setCpoAttribute, transformIn, transformOut
-
Constructor Details
-
AbstractStatementCpoData
Creates an instance for the given bound attribute and bind-marker index.- Parameters:
cpoAttribute- the attribute this instance moves values forindex- the bind-marker index within the statement
-